Commit aa7d5b94 authored by Yang Tse's avatar Yang Tse
Browse files

curl tool: header inclusion adjustment

parent 49b79b76
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"
+8 −0
Original line number Diff line number Diff line
@@ -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 */