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/lib504.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/libtest/lib504.c') diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c index f6a066570..d340c509c 100644 --- a/tests/libtest/lib504.c +++ b/tests/libtest/lib504.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 651464 by * Christopher R. Palmer. -- cgit v1.2.3