From: Tom Gundersen Date: Wed, 19 Feb 2014 15:40:52 +0000 (+0100) Subject: sd-rtnl: test - include missing.h to build on old kernels X-Git-Tag: v209~32 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5723e1760f12867c697b93c7ffe82b708b10fa84;ds=sidebyside sd-rtnl: test - include missing.h to build on old kernels --- diff --git a/src/libsystemd/sd-rtnl/test-rtnl.c b/src/libsystemd/sd-rtnl/test-rtnl.c index 7bbc4486f..5ab06d5ba 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;