From 873178a6577ff20c659621034b0b201d249f5eb7 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 19 Feb 2014 20:36:36 +0000 Subject: [PATCH] lib1515.c: Fixed #include path in commit 647f83e809 --- tests/libtest/lib1515.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- GitLab