blob: 50fba6a53b5ad23acd7a3b7ce9f3245b99c0d518 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- configure.orig 2006-03-24 00:05:11 UTC
+++ configure
@@ -14021,9 +14021,9 @@ cat confdefs.h >>conftest.$ac_ext
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#ifdef HAVE_SYS_SOCKET_H
+ #include <sys/types.h>
#include <sys/socket.h>
#endif
- #include <sys/types.h>
socklen_t x;
int
main ()
|