]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
build: openbsd: detect netinet/ip.h correctly
authorAlon Bar-Lev <alon.barlev@gmail.com>
Mon, 26 Mar 2012 21:26:35 +0000 (23:26 +0200)
committerDavid Sommerseth <davids@redhat.com>
Wed, 28 Mar 2012 08:50:36 +0000 (10:50 +0200)
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>
configure.ac

index a30e8731998aa19671426fe590ec8639fa89371d..b0dcdb7d52db201bf147e668abde6dff53f67f1b 100644 (file)
@@ -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(