aboutsummaryrefslogtreecommitdiff
path: root/lib/select.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-07-25 04:08:08 +0200
committerYang Tse <yangsita@gmail.com>2011-07-25 04:08:08 +0200
commit0337b871975ab515c513d2c5d596feb9a489494d (patch)
tree00eb1adfdf5e4394ef3b307aa7a4eb9d93c88c5c /lib/select.c
parent0a26b0e3e7e5cb616a03dd428c24e660a60d57ce (diff)
time.h and sys/time.h inclusion conditionally done in setup_once.h
Diffstat (limited to 'lib/select.c')
-rw-r--r--lib/select.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/select.c b/lib/select.c
index 8f6541dee..c566c6070 100644
--- a/lib/select.c
+++ b/lib/select.c
@@ -25,9 +25,6 @@
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
-#ifdef HAVE_SYS_TIME_H
-#include <sys/time.h>
-#endif
#if !defined(HAVE_SELECT) && !defined(HAVE_POLL_FINE)
#error "We can't compile without select() or poll() support."