Skip to content
Snippets Groups Projects
Commit aa7d5b94 authored by Yang Tse's avatar Yang Tse
Browse files

curl tool: header inclusion adjustment

parent 49b79b76
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment