summaryrefslogtreecommitdiff
path: root/src/nspawn
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-02-15 00:06:09 +0100
committerTom Gundersen <teg@jklm.no>2014-02-15 12:14:45 +0100
commit818dc5e72af8a3eb772997188e2bd8ea616de844 (patch)
tree30719808a06b1a606ad5b61c0ce511b78d722b1c /src/nspawn
parent0bfedf143c72005cb540ddcaf9a8630844e381f8 (diff)
sd-rtnl: always include linux/rtnetlink.h
Diffstat (limited to 'src/nspawn')
-rw-r--r--src/nspawn/nspawn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index fcc0f17aee..a81bb8ea41 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -40,7 +40,6 @@
#include <sys/un.h>
#include <sys/socket.h>
#include <linux/netlink.h>
-#include <linux/rtnetlink.h>
#include <sys/eventfd.h>
#include <net/if.h>
#include <linux/veth.h>