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