lib1515.c: Fixed #include path in commit 647f83e809
authorSteve Holme <steve_holme@hotmail.com>
Wed, 19 Feb 2014 20:36:36 +0000 (20:36 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 19 Feb 2014 20:36:36 +0000 (20:36 +0000)
tests/libtest/lib1515.c

index a786addb78d07d70e3731284fae0cf96c79f7d35..4ac9fcfdcf6abf72fbf32139bae4900e75a0d6ae 100644 (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)
 {