diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-06-12 16:05:10 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-06-12 16:05:10 +0000 |
| commit | ccd99a5eb52b7dfb7fd5501a6b645715c409c774 (patch) | |
| tree | a9c2260addc577a1251d4d4afb869b876f74b04d /configure | |
| parent | 889dd3c00d1ddd9b2ca77d0154cf52fc664a2049 (diff) | |
| download | postgresql-ccd99a5eb52b7dfb7fd5501a6b645715c409c774.tar.gz | |
<sys/socket.h> requires <sys/types.h> to already have been included
on some platforms.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9906,6 +9906,7 @@ else cat >conftest.$ac_ext <<_ACEOF #line $LINENO "configure" #include "confdefs.h" +#include <sys/types.h> #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif @@ -10030,6 +10031,7 @@ else #line $LINENO "configure" #include "confdefs.h" #include <sys/param.h> +#include <sys/types.h> #include <sys/socket.h> #include <sys/ucred.h> @@ -10089,6 +10091,7 @@ else #line $LINENO "configure" #include "confdefs.h" #include <sys/param.h> +#include <sys/types.h> #include <sys/socket.h> #include <sys/ucred.h> @@ -10148,6 +10151,7 @@ else #line $LINENO "configure" #include "confdefs.h" #include <sys/param.h> +#include <sys/types.h> #include <sys/socket.h> #include <sys/ucred.h> |
