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 00a0442b1..31921615f 100644 --- a/openbsd-compat/port-tun.c +++ b/openbsd-compat/port-tun.c | |||
@@ -35,6 +35,7 @@ | |||
35 | */ | 35 | */ |
36 | 36 | ||
37 | #if defined(SSH_TUN_LINUX) | 37 | #if defined(SSH_TUN_LINUX) |
38 | #include <linux/if.h> | ||
38 | #include <linux/if_tun.h> | 39 | #include <linux/if_tun.h> |
39 | 40 | ||
40 | int | 41 | int |