curl tool: header inclusion adjustment

This commit is contained in:
Yang Tse 2011-10-05 01:19:58 +02:00
parent 49b79b7631
commit aa7d5b946a
2 changed files with 9 additions and 0 deletions

View File

@ -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"

View File

@ -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 */