mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:37:17 +03:00
curl tool: header inclusion adjustment
This commit is contained in:
parent
49b79b7631
commit
aa7d5b946a
2 changed files with 9 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue