1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

include header for our printfs

This commit is contained in:
Daniel Stenberg 2004-06-24 14:35:45 +00:00
parent 5b55dcbfbb
commit cf10df6c68

View File

@ -33,6 +33,9 @@
#include <string.h>
#include "memory.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
/* The last #include file should be: */
#include "memdebug.h"