diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-02-19 20:36:36 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-02-19 20:36:36 +0000 |
commit | 873178a6577ff20c659621034b0b201d249f5eb7 (patch) | |
tree | 55da55b321778a9012dcbcbe0d7ec678deb93133 | |
parent | 647f83e809e43cc3b2e51e07c6d2f1cccf0c127a (diff) |
lib1515.c: Fixed #include path in commit 647f83e809
-rw-r--r-- | tests/libtest/lib1515.c | 2 |
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) { |