diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-15 00:06:09 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-15 12:14:45 +0100 |
commit | 818dc5e72af8a3eb772997188e2bd8ea616de844 (patch) | |
tree | 30719808a06b1a606ad5b61c0ce511b78d722b1c /src/core | |
parent | 0bfedf143c72005cb540ddcaf9a8630844e381f8 (diff) |
sd-rtnl: always include linux/rtnetlink.h
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/loopback-setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/loopback-setup.c b/src/core/loopback-setup.c index a53855fdc0..8a5b8121bc 100644 --- a/src/core/loopback-setup.c +++ b/src/core/loopback-setup.c @@ -24,7 +24,6 @@ #include <net/if.h> #include <asm/types.h> #include <netinet/in.h> -#include <linux/rtnetlink.h> #include <string.h> #include <stdlib.h> #include <unistd.h> |