From 5d3de3fe9cc452f1bfe3c2dcafecbd7f904da4dc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 18 Jun 2014 12:34:02 +0200 Subject: socket-util: introduce in_addr_union similar to sockaddr_union and make use of it everywhere --- src/libsystemd/sd-rtnl/test-rtnl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsystemd') diff --git a/src/libsystemd/sd-rtnl/test-rtnl.c b/src/libsystemd/sd-rtnl/test-rtnl.c index 78f5cca665..e6ba08e076 100644 --- a/src/libsystemd/sd-rtnl/test-rtnl.c +++ b/src/libsystemd/sd-rtnl/test-rtnl.c @@ -20,6 +20,7 @@ ***/ #include +#include #include "util.h" #include "macro.h" -- cgit v1.2.3-54-g00ecf