summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-03-26 23:26:35 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-28 10:50:36 +0200
commit2a7448912efbba7a246f481566117d6b8f6341c1 (patch)
tree806c37c94154b9cb74d6855ce197c3d0b1d25b51
parent020cbe3f7a64279af2bd14e615422f058050e513 (diff)
downloadopenvpn-2a7448912efbba7a246f481566117d6b8f6341c1.tar.gz
openvpn-2a7448912efbba7a246f481566117d6b8f6341c1.tar.xz
openvpn-2a7448912efbba7a246f481566117d6b8f6341c1.zip
build: openbsd: detect netinet/ip.h correctly
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Gert Doering <gert@greenie.muc.de> Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a30e873..b0dcdb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -395,6 +395,9 @@ SOCKET_INCLUDES="
#ifdef HAVE_WS2TCPIP_H
#include <ws2tcpip.h>
#endif
+#ifdef HAVE_NETINET_IN_SYSTM_H
+#include <netinet/in_systm.h>
+#endif
"
AC_CHECK_HEADERS(