Commit 873178a6 authored by Steve Holme's avatar Steve Holme
Browse files

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

parent 647f83e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{