summaryrefslogtreecommitdiff
path: root/src/libsystemd
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-06-18 12:34:02 +0200
committerLennart Poettering <lennart@poettering.net>2014-06-18 18:28:29 +0200
commit5d3de3fe9cc452f1bfe3c2dcafecbd7f904da4dc (patch)
tree624cc09d6594add462d1323b9c95f16252c4b9ce /src/libsystemd
parent03966da2ca04ca96dd0a1852d7fa423aaf18eba6 (diff)
socket-util: introduce in_addr_union similar to sockaddr_union and make use of it everywhere
Diffstat (limited to 'src/libsystemd')
-rw-r--r--src/libsystemd/sd-rtnl/test-rtnl.c1
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 78f5cca665..e6ba08e076 100644
--- a/src/libsystemd/sd-rtnl/test-rtnl.c
+++ b/src/libsystemd/sd-rtnl/test-rtnl.c
@@ -20,6 +20,7 @@
***/
#include <netinet/ether.h>
+#include <net/if.h>
#include "util.h"
#include "macro.h"