1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

<sys/socket.h> requires <sys/types.h> to already have been included

on some platforms.
This commit is contained in:
Tom Lane
2003-06-12 16:05:10 +00:00
parent 889dd3c00d
commit ccd99a5eb5
3 changed files with 9 additions and 3 deletions

4
configure vendored
View File

@ -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>