diff options
Diffstat (limited to 'src/tool_operate.c')
-rw-r--r-- | src/tool_operate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c index bcbce2000..aa488899e 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -39,7 +39,7 @@ # include <netinet/tcp.h> #endif -#include "rawstr.h" +#include "curl_rawstr.h" #define ENABLE_CURLX_PRINTF /* use our own printf() functions */ @@ -74,7 +74,7 @@ #include "tool_writeout.h" #include "tool_xattr.h" -#include "memdebug.h" /* keep this as LAST include */ +#include "curl_memdebug.h" /* keep this as LAST include */ #define CURLseparator "--_curl_--" |