From 8777ba7e42b342e13d9a39c5d6d331801cfab13b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 20 Feb 2004 08:51:43 +0000 Subject: include sys/select.h to prevent picky compiler warnings when using select() without proto --- tests/libtest/lib504.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/libtest/lib504.c') diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c index 7133fc6df..269c1a231 100644 --- a/tests/libtest/lib504.c +++ b/tests/libtest/lib504.c @@ -5,6 +5,9 @@ #endif #include #include +#ifdef HAVE_SYS_SELECT_H +#include +#endif /* * Source code in here hugely as reported in bug report 651464 by -- cgit v1.2.3