$NetBSD: patch-aw,v 1.3 2009/05/21 03:22:29 taca Exp $ --- openbsd-compat/port-tun.c.orig 2008-05-19 14:28:36.000000000 +0900 +++ openbsd-compat/port-tun.c @@ -110,6 +110,10 @@ sys_tun_open(int tun, int mode) #include #include +#ifdef HAVE_NET_TUN_IF_TUN_H +#include +#endif + #ifdef HAVE_NET_IF_TUN_H #include #endif