summaryrefslogtreecommitdiff
path: root/src/libsystemd
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-02-19 16:40:52 +0100
committerTom Gundersen <teg@jklm.no>2014-02-19 16:46:58 +0100
commit5723e1760f12867c697b93c7ffe82b708b10fa84 (patch)
tree851496158ca6bde0d639ebcd969352db656cd4d0 /src/libsystemd
parent14efd7617b240f025791e428c1172f756318f78e (diff)
sd-rtnl: test - include missing.h to build on old kernels
Diffstat (limited to 'src/libsystemd')
-rw-r--r--src/libsystemd/sd-rtnl/test-rtnl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-rtnl/test-rtnl.c b/src/libsystemd/sd-rtnl/test-rtnl.c
index 7bbc4486f2..5ab06d5bad 100644
--- a/src/libsystemd/sd-rtnl/test-rtnl.c
+++ b/src/libsystemd/sd-rtnl/test-rtnl.c
@@ -27,6 +27,7 @@
#include "socket-util.h"
#include "rtnl-util.h"
#include "event-util.h"
+#include "missing.h"
static void test_link_configure(sd_rtnl *rtnl, int ifindex) {
_cleanup_rtnl_message_unref_ sd_rtnl_message *message;