From fd87d9d2b9e8a5ebb8e49f0a5611e40289fa9f05 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 5 Oct 2011 12:40:30 +0200 Subject: [PATCH] curl tool: header inclusion adjustment --- src/tool_sleep.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tool_sleep.c b/src/tool_sleep.c index 1548d58..08db886 100644 --- a/src/tool_sleep.c +++ b/src/tool_sleep.c @@ -25,6 +25,10 @@ # include #endif +#ifdef HAVE_SYS_SOCKET_H +# include +#endif + #ifdef HAVE_SYS_POLL_H # include #elif defined(HAVE_POLL_H) -- 2.7.4