From: Steve Holme Date: Wed, 19 Feb 2014 20:36:36 +0000 (+0000) Subject: lib1515.c: Fixed #include path in commit 647f83e809 X-Git-Tag: curl-7_36_0~115 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=873178a6577ff20c659621034b0b201d249f5eb7;p=thirdparty%2Fcurl.git lib1515.c: Fixed #include path in commit 647f83e809 --- diff --git a/tests/libtest/lib1515.c b/tests/libtest/lib1515.c index a786addb78..4ac9fcfdcf 100644 --- a/tests/libtest/lib1515.c +++ b/tests/libtest/lib1515.c @@ -40,7 +40,7 @@ #endif #define _MPRINTF_REPLACE -#include "mprintf.h" +#include static int debug_callback(CURL *curl, curl_infotype info, char *msg, size_t len, void *ptr) {