summaryrefslogtreecommitdiffstats
path: root/if-bsd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-04-17 13:31:41 +0000
committerRoy Marples <roy@marples.name>2009-04-17 13:31:41 +0000
commit9d5fe47f4534167fc51dffdcd2a50490dfb7c5de (patch)
treecc70cad3c24ea189365b9f188fe0c7020decc047 /if-bsd.c
parentd3088c74911ad6f3c4905b2ae4abab8c2279bced (diff)
downloaddhcpcd-9d5fe47f4534167fc51dffdcd2a50490dfb7c5de.tar.xz
Fix compile on NetBSD
Diffstat (limited to 'if-bsd.c')
-rw-r--r--if-bsd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/if-bsd.c b/if-bsd.c
index 43170bd7..7517e714 100644
--- a/if-bsd.c
+++ b/if-bsd.c
@@ -35,7 +35,6 @@
#include <arpa/inet.h>
#include <net/if.h>
#include <net/if_dl.h>
-#include <net/if_types.h>
#include <net/route.h>
#include <netinet/in.h>
#ifdef __DragonFly__