lib1515.c: Fixed #include path in commit 647f83e809

This commit is contained in:
Steve Holme 2014-02-19 20:36:36 +00:00
parent 647f83e809
commit 873178a657
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#endif
#define _MPRINTF_REPLACE
#include "mprintf.h"
#include <curl/mprintf.h>
static int debug_callback(CURL *curl, curl_infotype info, char *msg, size_t len, void *ptr)
{