diff options
author | Yang Tse <yangsita@gmail.com> | 2011-10-05 01:19:58 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-10-05 01:19:58 +0200 |
commit | aa7d5b946a681482db4492b32fad9c3a6a61bcd0 (patch) | |
tree | c18dcbc15399b4e9cf4a9df39c3287e6ada81313 /src | |
parent | 49b79b76316248d5233d08006234933913faaa3b (diff) | |
download | curl-aa7d5b946a681482db4492b32fad9c3a6a61bcd0.tar.gz |
curl tool: header inclusion adjustment
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_operate.c | 1 | ||||
-rw-r--r-- | src/tool_panykey.c | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c index 6fe908a4f..9624f424a 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 8e1fd8d97..95fa6a763 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 <screen.h> +# else +# include <nwconio.h> +# endif +#endif + #include "tool_panykey.h" #include "memdebug.h" /* keep this as LAST include */ |