diff options
Diffstat (limited to 'src/interfaces/libpq/libpq-int.h')
-rw-r--r-- | src/interfaces/libpq/libpq-int.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/libpq/libpq-int.h b/src/interfaces/libpq/libpq-int.h index 51ab51f9f92..1eb752a82da 100644 --- a/src/interfaces/libpq/libpq-int.h +++ b/src/interfaces/libpq/libpq-int.h @@ -23,6 +23,8 @@ /* We assume libpq-fe.h has already been included. */ #include "libpq-events.h" +#include <netdb.h> +#include <sys/socket.h> #include <time.h> #ifndef WIN32 #include <sys/time.h> @@ -38,7 +40,6 @@ #endif /* include stuff common to fe and be */ -#include "getaddrinfo.h" #include "libpq/pqcomm.h" /* include stuff found in fe only */ #include "fe-auth-sasl.h" |