aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-02-19 20:36:36 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-02-19 20:36:36 +0000
commit873178a6577ff20c659621034b0b201d249f5eb7 (patch)
tree55da55b321778a9012dcbcbe0d7ec678deb93133 /tests/libtest
parent647f83e809e43cc3b2e51e07c6d2f1cccf0c127a (diff)
lib1515.c: Fixed #include path in commit 647f83e809
Diffstat (limited to 'tests/libtest')
-rw-r--r--tests/libtest/lib1515.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib1515.c b/tests/libtest/lib1515.c
index a786addb7..4ac9fcfdc 100644
--- a/tests/libtest/lib1515.c
+++ b/tests/libtest/lib1515.c
@@ -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)
{