diff options
Diffstat (limited to 'openbsd-compat/port-tun.c')
-rw-r--r-- | openbsd-compat/port-tun.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/port-tun.c b/openbsd-compat/port-tun.c index cadc331e1..276474db8 100644 --- a/openbsd-compat/port-tun.c +++ b/openbsd-compat/port-tun.c | |||
@@ -18,7 +18,9 @@ | |||
18 | 18 | ||
19 | #include <sys/types.h> | 19 | #include <sys/types.h> |
20 | #include <sys/ioctl.h> | 20 | #include <sys/ioctl.h> |
21 | |||
21 | #include <netinet/in.h> | 22 | #include <netinet/in.h> |
23 | #include <arpa/inet.h> | ||
22 | #include <netinet/ip.h> | 24 | #include <netinet/ip.h> |
23 | 25 | ||
24 | #include <errno.h> | 26 | #include <errno.h> |