From 1aeffee9fb4101a2315b5cf259f2f08b2f551ca0 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sun, 11 Jan 1998 17:52:29 +0000 Subject: [PATCH] =?UTF-8?q?Move=20softc=20stuff=20into=20if=5Ftunvar.h=20S?= =?UTF-8?q?uggested=20by:=20Peter=20Wemm=20=20Hinted?= =?UTF-8?q?=20at=20by:=20Bruce=20Evans=20=20=C3=80=C2=B3?= =?UTF-8?q?=05?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sys/net/if_tun.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c index 6d9318e1c3d4..4bafa370e163 100644 --- a/sys/net/if_tun.c +++ b/sys/net/if_tun.c @@ -63,6 +63,7 @@ #include #endif +#include #include static void tunattach __P((void *));