commit | ffd78b153bbed44e9c5d82b1e58e22b041535ff4 | [log] [tgz] |
---|---|---|
author | Ken Thomases <ken@codeweavers.com> | Fri Oct 19 16:18:27 2007 -0500 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Oct 22 12:36:07 2007 +0200 |
tree | d7fd9fe0e61e168658f29b812889d149b4b6f49e | |
parent | a609fee43a2332a7f745d7c329f2b14722406e96 [diff] [blame] |
configure: netinet/in_pcb.h and netinet/ip_var.h require netinet/in.h on Mac OS X.
diff --git a/configure.ac b/configure.ac index 199e2bb..55c6562 100644 --- a/configure.ac +++ b/configure.ac
@@ -284,6 +284,9 @@ #endif #if HAVE_SYS_SOCKETVAR_H # include <sys/socketvar.h> + #endif + #if HAVE_NETINET_IN_H + # include <netinet/in.h> #endif]) AC_CHECK_HEADERS([netinet/tcp_var.h],,,