From: Alon Bar-Lev Date: Mon, 26 Mar 2012 21:26:35 +0000 (+0200) Subject: build: openbsd: detect netinet/ip.h correctly X-Git-Tag: v2.3_alpha2~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a7448912efbba7a246f481566117d6b8f6341c1;p=thirdparty%2Fopenvpn.git build: openbsd: detect netinet/ip.h correctly Signed-off-by: Alon Bar-Lev Acked-by: Gert Doering Signed-off-by: David Sommerseth --- diff --git a/configure.ac b/configure.ac index a30e87319..b0dcdb7d5 100644 --- a/configure.ac +++ b/configure.ac @@ -395,6 +395,9 @@ SOCKET_INCLUDES=" #ifdef HAVE_WS2TCPIP_H #include #endif +#ifdef HAVE_NETINET_IN_SYSTM_H +#include +#endif " AC_CHECK_HEADERS(