diff options
Diffstat (limited to 'src/tool_homedir.c')
-rw-r--r-- | src/tool_homedir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_homedir.c b/src/tool_homedir.c index a6e07928f..cb90095e5 100644 --- a/src/tool_homedir.c +++ b/src/tool_homedir.c @@ -30,7 +30,7 @@ #include "tool_homedir.h" -#include "curl_memdebug.h" /* keep this as LAST include */ +#include "memdebug.h" /* keep this as LAST include */ static char *GetEnv(const char *variable, char do_expand) { |