summaryrefslogtreecommitdiff
path: root/src/libsystemd
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-02-19 15:45:54 +0100
committerTom Gundersen <teg@jklm.no>2014-02-19 15:50:24 +0100
commitd5eff74097df9f6ef24ad6e4d972961ba304368d (patch)
treebd7e5e5a8dc6ed4b69377354ff22609e716e592c /src/libsystemd
parent7a0d4a3d16855bac2ce2f2973122dae1ed069dff (diff)
missing.h: add some IFLA_* constants
These were added to the kernel between 3.5 and 3.9, let's not require such recent kernels (yet).
Diffstat (limited to 'src/libsystemd')
-rw-r--r--src/libsystemd/sd-rtnl/rtnl-message.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-rtnl/rtnl-message.c b/src/libsystemd/sd-rtnl/rtnl-message.c
index eb4b445da7..5d4dc71810 100644
--- a/src/libsystemd/sd-rtnl/rtnl-message.c
+++ b/src/libsystemd/sd-rtnl/rtnl-message.c
@@ -27,6 +27,7 @@
#include "util.h"
#include "refcnt.h"
+#include "missing.h"
#include "sd-rtnl.h"
#include "rtnl-util.h"