0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 03:52:28 +02:00

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>
This commit is contained in:
Alon Bar-Lev 2012-03-26 23:26:35 +02:00 committed by David Sommerseth
parent 020cbe3f7a
commit 2a7448912e

View 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(