diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-04-05 13:17:51 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-04-05 13:18:36 -0400 |
commit | 0830ba618946876c1a0e62230bff81777a3f4de6 (patch) | |
tree | 2b968e4b50c7cdb5eb1554631120931e4a8dbf0c /src/libsystemd | |
parent | ecb08ec6a5c52f2d940f3b8147e2a480affd46e1 (diff) |
build-sys: add newly used if_link.h defines to missing.h
Reported-by: Arnaud Gaboury <arnaud.gaboury@gmail.com>
Diffstat (limited to 'src/libsystemd')
-rw-r--r-- | src/libsystemd/sd-rtnl/rtnl-types.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-rtnl/rtnl-types.c b/src/libsystemd/sd-rtnl/rtnl-types.c index 27b7d04c3e..44ac5ec389 100644 --- a/src/libsystemd/sd-rtnl/rtnl-types.c +++ b/src/libsystemd/sd-rtnl/rtnl-types.c @@ -37,6 +37,7 @@ #include "util.h" #include "rtnl-types.h" +#include "missing.h" static const NLTypeSystem rtnl_link_type_system; |