summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-tun.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-01-01 21:15:50 +1100
committerDamien Miller <djm@mindrot.org>2006-01-01 21:15:50 +1100
commit5df52e89b4d83f4f56eba73f5d37ed5a6fc64c08 (patch)
tree42ab507c5edf96dfeabe0bf87a2c16f3ce9c9c41 /openbsd-compat/port-tun.c
parentbd4e4108179939db5c5fc117fed828996c1a62b6 (diff)
- (djm) [openbsd-compat/port-tun.c] Linux needs linux/if.h too
Diffstat (limited to 'openbsd-compat/port-tun.c')
-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 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
40int 41int