diff options
author | Guenter Knauf <lists@gknw.net> | 2010-12-22 03:34:13 +0100 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2010-12-22 03:34:13 +0100 |
commit | a834e004544cff32f933b899a1f6d29963bef0e1 (patch) | |
tree | 6bf129bce3f337cc158e4e0c4a3b140ce98dda97 | |
parent | 0e944fb24e5ac49e3ff863f89ae83ad10051525b (diff) |
Fixed include: memory.h -> curl_memory.h.
-rw-r--r-- | lib/axtls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/axtls.c b/lib/axtls.c index 152de6f2c..892b8c3a5 100644 --- a/lib/axtls.c +++ b/lib/axtls.c @@ -46,7 +46,7 @@ #include "select.h" #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> -#include "memory.h" +#include "curl_memory.h" /* The last #include file should be: */ #include "memdebug.h" |