diff options
Diffstat (limited to 'Source/CTest/Curl/http_ntlm.c')
-rw-r--r-- | Source/CTest/Curl/http_ntlm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/http_ntlm.c b/Source/CTest/Curl/http_ntlm.c index dc31e83..fe0b653 100644 --- a/Source/CTest/Curl/http_ntlm.c +++ b/Source/CTest/Curl/http_ntlm.c @@ -46,7 +46,7 @@ #include "base64.h" #include "http_ntlm.h" #include "url.h" -#include "memory.h" +#include "curl_memory.h" #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> |