diff options
Diffstat (limited to 'src/tool_util.c')
-rw-r--r-- | src/tool_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_util.c b/src/tool_util.c index 0a0fa6960..00d205ebc 100644 --- a/src/tool_util.c +++ b/src/tool_util.c @@ -23,7 +23,7 @@ #include "tool_util.h" -#include "curl_memdebug.h" /* keep this as LAST include */ +#include "memdebug.h" /* keep this as LAST include */ #if defined(WIN32) && !defined(MSDOS) |