diff options
Diffstat (limited to 'openbsd-compat/port-tun.c')
-rw-r--r-- | openbsd-compat/port-tun.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/port-tun.c b/openbsd-compat/port-tun.c index bee6b160c..9806eec7d 100644 --- a/openbsd-compat/port-tun.c +++ b/openbsd-compat/port-tun.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <netinet/in.h> | 21 | #include <netinet/in.h> |
22 | #include <netinet/ip.h> | 22 | #include <netinet/ip.h> |
23 | 23 | ||
24 | #include <errno.h> | ||
24 | #include <fcntl.h> | 25 | #include <fcntl.h> |
25 | 26 | ||
26 | #include "log.h" | 27 | #include "log.h" |