diff options
Diffstat (limited to 'Source/CTest/Curl/netrc.c')
-rw-r--r-- | Source/CTest/Curl/netrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/netrc.c b/Source/CTest/Curl/netrc.c index 950beb0..770bfb5 100644 --- a/Source/CTest/Curl/netrc.c +++ b/Source/CTest/Curl/netrc.c @@ -45,7 +45,7 @@ #include "strequal.h" #include "strtok.h" -#include "memory.h" +#include "curl_memory.h" #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> |