From 5723e1760f12867c697b93c7ffe82b708b10fa84 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 19 Feb 2014 16:40:52 +0100 Subject: [PATCH] sd-rtnl: test - include missing.h to build on old kernels --- src/libsystemd/sd-rtnl/test-rtnl.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2