chiark / gitweb /
sd-rtnl: test - include missing.h to build on old kernels
authorTom Gundersen <teg@jklm.no>
Wed, 19 Feb 2014 15:40:52 +0000 (16:40 +0100)
committerTom Gundersen <teg@jklm.no>
Wed, 19 Feb 2014 15:46:58 +0000 (16:46 +0100)
src/libsystemd/sd-rtnl/test-rtnl.c

index 7bbc4486f2440c50f929b1ed89bfab1022dc917a..5ab06d5bad26494b28a74be50bca81f853cc47e1 100644 (file)
@@ -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;