From f317f8b149c170be732670f8239812854e8c0f03 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 12 Mar 2003 08:54:45 +0000 Subject: Add include files to prevent warnings on some (HPUX) systems. --- tests/libtest/lib503.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/libtest/lib503.c') diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c index a6f5d3f2c..c77e084bc 100644 --- a/tests/libtest/lib503.c +++ b/tests/libtest/lib503.c @@ -1,5 +1,11 @@ #include "test.h" +#ifdef HAVE_SYS_SOCKET_H +#include +#endif +#include +#include + /* * Source code in here hugely as reported in bug report 651460 by * Christopher R. Palmer. -- cgit v1.2.3