diff options
Diffstat (limited to 'src/bin/pg_dump/parallel.c')
-rw-r--r-- | src/bin/pg_dump/parallel.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/pg_dump/parallel.c b/src/bin/pg_dump/parallel.c index c9f6b86bb05..c8a70d9bc18 100644 --- a/src/bin/pg_dump/parallel.c +++ b/src/bin/pg_dump/parallel.c @@ -53,14 +53,12 @@ #include "postgres_fe.h" #ifndef WIN32 +#include <sys/select.h> #include <sys/wait.h> #include <signal.h> #include <unistd.h> #include <fcntl.h> #endif -#ifdef HAVE_SYS_SELECT_H -#include <sys/select.h> -#endif #include "fe_utils/string_utils.h" #include "parallel.h" |