]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix compile problems on NetBSD and OpenBSD
authorGert Doering <gert@greenie.muc.de>
Fri, 9 Jul 2010 08:24:46 +0000 (10:24 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Tue, 17 Aug 2010 18:56:47 +0000 (20:56 +0200)
commiteb973e055bc249948351cacf1aa045d878ed041d
tree611a830f8dbf38b27e029516261f982750d1bb15
parentce722dc52bc062eb6e07f09133760579fd52f8dd
Fix compile problems on NetBSD and OpenBSD

Configure will not find <net/if.h> due to missing <sys/types.h> in the test program,
and thus, tun.c will fail to compile with missing symbol IFF_MULTICAST.

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: krzee <jeff@doeshosting.com>
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
configure.ac