diff options
Diffstat (limited to 'src/bin/pg_basebackup/pg_recvlogical.c')
| -rw-r--r-- | src/bin/pg_basebackup/pg_recvlogical.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/pg_basebackup/pg_recvlogical.c b/src/bin/pg_basebackup/pg_recvlogical.c index b59ff23f61..2a4c8b130a 100644 --- a/src/bin/pg_basebackup/pg_recvlogical.c +++ b/src/bin/pg_basebackup/pg_recvlogical.c @@ -14,11 +14,9 @@ #include <dirent.h> #include <limits.h> +#include <sys/select.h> #include <sys/stat.h> #include <unistd.h> -#ifdef HAVE_SYS_SELECT_H -#include <sys/select.h> -#endif #include "access/xlog_internal.h" #include "common/fe_memutils.h" |
