From: Yang Tse Date: Tue, 4 Oct 2011 23:19:58 +0000 (+0200) Subject: curl tool: header inclusion adjustment X-Git-Tag: curl-7_23_0~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa7d5b946a681482db4492b32fad9c3a6a61bcd0;p=thirdparty%2Fcurl.git curl tool: header inclusion adjustment --- diff --git a/src/tool_operate.c b/src/tool_operate.c index 6fe908a4f6..9624f424a6 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -67,6 +67,7 @@ #include "tool_cb_skt.h" #include "tool_cb_wrt.h" #include "tool_dirhie.h" +#include "tool_doswin.h" #include "tool_easysrc.h" #include "tool_getparam.h" #include "tool_helpers.h" diff --git a/src/tool_panykey.c b/src/tool_panykey.c index 8e1fd8d972..95fa6a763b 100644 --- a/src/tool_panykey.c +++ b/src/tool_panykey.c @@ -23,6 +23,14 @@ #if defined(__SYMBIAN32__) || defined(NETWARE) +#ifdef NETWARE +# ifdef __NOVELL_LIBC__ +# include +# else +# include +# endif +#endif + #include "tool_panykey.h" #include "memdebug.h" /* keep this as LAST include */