]> andersk Git - openssh.git/commitdiff
- (djm) [openbsd-compat/port-tun.c] Linux needs linux/if.h too
authordjm <djm>
Sun, 1 Jan 2006 10:15:50 +0000 (10:15 +0000)
committerdjm <djm>
Sun, 1 Jan 2006 10:15:50 +0000 (10:15 +0000)
ChangeLog
openbsd-compat/port-tun.c

index e41d7eaf387fce9ae098376ebb4af40553236713..d7922d0b4747e9593ef7008978e313949c42cbdf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
          limited to IPv4 tunnels only, and most versions don't support the
          tap(4) device at all.
  - (djm) [configure.ac] Fix linux/if_tun.h test
+ - (djm) [openbsd-compat/port-tun.c] Linux needs linux/if.h too
 
 20051229
  - (djm) OpenBSD CVS Sync
index 00a0442b1fc570ef478e5235cfbaa2198ea8df13..31921615fac07dce488942efa50ae1f67d8d84b6 100644 (file)
@@ -35,6 +35,7 @@
  */
 
 #if defined(SSH_TUN_LINUX)
+#include <linux/if.h>
 #include <linux/if_tun.h>
 
 int
This page took 0.044367 seconds and 5 git commands to generate.