summaryrefslogtreecommitdiff
path: root/src/port/pgsleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/pgsleep.c')
-rw-r--r--src/port/pgsleep.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/port/pgsleep.c b/src/port/pgsleep.c
index a84e6ccb38..03f0fac07b 100644
--- a/src/port/pgsleep.c
+++ b/src/port/pgsleep.c
@@ -13,10 +13,8 @@
#include "c.h"
#include <unistd.h>
-#include <sys/time.h>
-#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
-#endif
+#include <sys/time.h>
/*
* In a Windows backend, we don't use this implementation, but rather