Added the memdebug include file
authorDaniel Stenberg <daniel@haxx.se>
Mon, 27 Nov 2000 12:04:51 +0000 (12:04 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 27 Nov 2000 12:04:51 +0000 (12:04 +0000)
lib/file.c

index 6121e1e..233f024 100644 (file)
 #define _MPRINTF_REPLACE /* use our functions only */
 #include <curl/mprintf.h>
 
+/* The last #include file should be: */
+#ifdef MALLOCDEBUG
+#include "memdebug.h"
+#endif
 
 CURLcode file(struct connectdata *conn)
 {