aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib503.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-20 08:51:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-20 08:51:43 +0000
commit8777ba7e42b342e13d9a39c5d6d331801cfab13b (patch)
treeeb394c8e0edec8883fe0c7194f386ca8e691e686 /tests/libtest/lib503.c
parenta39669198f4b66aca26d5fc2612a6047cf439bb4 (diff)
include sys/select.h to prevent picky compiler warnings when using select()
without proto
Diffstat (limited to 'tests/libtest/lib503.c')
-rw-r--r--tests/libtest/lib503.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c
index f74ad3f38..2e4f74232 100644
--- a/tests/libtest/lib503.c
+++ b/tests/libtest/lib503.c
@@ -5,6 +5,9 @@
#endif
#include <sys/time.h>
#include <sys/types.h>
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif
/*
* Source code in here hugely as reported in bug report 651460 by