diff options
Diffstat (limited to 'openbsd-compat/port-tun.c')
-rw-r--r-- | openbsd-compat/port-tun.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsd-compat/port-tun.c b/openbsd-compat/port-tun.c index 6e1fed969..a87b809d5 100644 --- a/openbsd-compat/port-tun.c +++ b/openbsd-compat/port-tun.c | |||
@@ -16,9 +16,12 @@ | |||
16 | 16 | ||
17 | #include "includes.h" | 17 | #include "includes.h" |
18 | 18 | ||
19 | #include <sys/types.h> | ||
19 | #include <sys/ioctl.h> | 20 | #include <sys/ioctl.h> |
20 | #include <netinet/ip.h> | 21 | #include <netinet/ip.h> |
21 | 22 | ||
23 | #include <fcntl.h> | ||
24 | |||
22 | #include "log.h" | 25 | #include "log.h" |
23 | #include "misc.h" | 26 | #include "misc.h" |
24 | #include "bufaux.h" | 27 | #include "bufaux.h" |