summaryrefslogtreecommitdiffstats
path: root/syshead.h
diff options
context:
space:
mode:
Diffstat (limited to 'syshead.h')
-rw-r--r--syshead.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/syshead.h b/syshead.h
index 66a2538..bb8e180 100644
--- a/syshead.h
+++ b/syshead.h
@@ -213,6 +213,10 @@
#include <net/if.h>
#endif
+#ifdef TARGET_NETBSD
+#include <net/if_tap.h>
+#endif
+
#ifdef TARGET_LINUX
#if defined(HAVE_NETINET_IF_ETHER_H)