From 22ff667e4e7e412db21d9b1642fc92fa670d323d Mon Sep 17 00:00:00 2001 From: Gert Doering Date: Fri, 9 Jul 2010 10:24:46 +0200 Subject: Fix compile problems on NetBSD and OpenBSD Configure will not find due to missing in the test program, and thus, tun.c will fail to compile with missing symbol IFF_MULTICAST. Signed-off-by: Gert Doering Acked-by: krzee Signed-off-by: David Sommerseth --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4626e46..b91a41c 100644 --- a/configure.ac +++ b/configure.ac @@ -371,6 +371,9 @@ if test "${WIN32}" != "yes"; then [#ifdef HAVE_SYS_SOCKET_H # include #endif + #ifdef HAVE_SYS_TYPES_H + # include + #endif ]) AC_CHECK_HEADERS(netinet/ip.h,,, [#ifdef HAVE_SYS_TYPES_H -- cgit v1.2.3