1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

On some systems <sys/types.h> must be included before <sys/socket.h>.

This commit is contained in:
Tom Lane
2003-04-12 23:25:42 +00:00
parent ae02cf3c44
commit e138630251
2 changed files with 4 additions and 2 deletions

1
configure vendored
View File

@ -9360,6 +9360,7 @@ else
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>