From 5df52e89b4d83f4f56eba73f5d37ed5a6fc64c08 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 1 Jan 2006 21:15:50 +1100 Subject: - (djm) [openbsd-compat/port-tun.c] Linux needs linux/if.h too --- openbsd-compat/port-tun.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbsd-compat') 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 @@ */ #if defined(SSH_TUN_LINUX) +#include #include int -- cgit v1.2.3