summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl/http_digest.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CTest/Curl/http_digest.c')
-rw-r--r--Source/CTest/Curl/http_digest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/http_digest.c b/Source/CTest/Curl/http_digest.c
index 20f5dc4..0e200fc 100644
--- a/Source/CTest/Curl/http_digest.c
+++ b/Source/CTest/Curl/http_digest.c
@@ -38,7 +38,7 @@
#include "http_digest.h"
#include "strtok.h"
#include "url.h" /* for Curl_safefree() */
-#include "memory.h"
+#include "curl_memory.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>