commit | 87c369df54a7c698a5df8e2c1a884831428ca100 | [log] [tgz] |
---|---|---|
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | Tue Jul 23 02:02:02 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jul 23 02:02:02 2002 +0000 |
tree | d45ef40fe29028cb260f2a70c42378889dc78567 | |
parent | 7c099e1f0e542525145f2f8a78b8f36ce1c71a28 [diff] [blame] |
Include sys/types.h before sys/socket.h.
diff --git a/configure b/configure index 87e53be..b96b12e 100755 --- a/configure +++ b/configure
@@ -11634,7 +11634,10 @@ cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" #include "confdefs.h" -#if HAVE_SYS_SOCKET_H +#if HAVE_SYS_TYPES_H + # include <sys/types.h> + #endif + #if HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif