curl tool: header inclusion adjustment
This commit is contained in:
parent
49b79b7631
commit
aa7d5b946a
@ -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"
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user