diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-19 16:40:52 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-19 16:46:58 +0100 |
commit | 5723e1760f12867c697b93c7ffe82b708b10fa84 (patch) | |
tree | 851496158ca6bde0d639ebcd969352db656cd4d0 /src | |
parent | 14efd7617b240f025791e428c1172f756318f78e (diff) |
sd-rtnl: test - include missing.h to build on old kernels
Diffstat (limited to 'src')
-rw-r--r-- | src/libsystemd/sd-rtnl/test-rtnl.c | 1 |
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; |