From: Yang Tse Date: Wed, 5 Oct 2011 10:40:30 +0000 (+0200) Subject: curl tool: header inclusion adjustment X-Git-Tag: upstream/7.37.1~3613 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fd87d9d2b9e8a5ebb8e49f0a5611e40289fa9f05;p=platform%2Fupstream%2Fcurl.git curl tool: header inclusion adjustment --- 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)