Skip to content

Commit

Permalink
build: openbsd: detect netinet/ip.h correctly
Browse files Browse the repository at this point in the history
Signed-off-by: Alon Bar-Lev <[email protected]>
Acked-by: Gert Doering <[email protected]>
Signed-off-by: David Sommerseth <[email protected]>
  • Loading branch information
alonbl authored and David Sommerseth committed Mar 28, 2012
1 parent 020cbe3 commit 2a74489
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 2a74489

Please sign in to comment.