Commit a834e004 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Fixed include: memory.h -> curl_memory.h.

parent 0e944fb2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"