summaryrefslogtreecommitdiffstats
path: root/openbsd-compat
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-07-12 19:05:56 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-07-12 19:05:56 +1000
commit686852f665376c2287c716f8d388b42c1727210b (patch)
tree2073f9903efca4b6995502b507c2b32247c05ac5 /openbsd-compat
parent128a0894a5ec604572f2acc34f016f8f144b9780 (diff)
- (dtucker) [openbsd-compat/port-tun.c] OpenBSD needs <netinet/in.h> before
<netinet/ip.h>.
Diffstat (limited to 'openbsd-compat')
-rw-r--r--openbsd-compat/port-tun.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/port-tun.c b/openbsd-compat/port-tun.c
index a87b809d..bee6b160 100644
--- a/openbsd-compat/port-tun.c
+++ b/openbsd-compat/port-tun.c
@@ -18,6 +18,7 @@
#include <sys/types.h>
#include <sys/ioctl.h>
+#include <netinet/in.h>
#include <netinet/ip.h>
#include <fcntl.h>