projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
647f83e
)
lib1515.c: Fixed #include path in commit 647f83e809
author
Steve Holme
<steve_holme@hotmail.com>
Wed, 19 Feb 2014 20:36:36 +0000
(20:36 +0000)
committer
Steve Holme
<steve_holme@hotmail.com>
Wed, 19 Feb 2014 20:36:36 +0000
(20:36 +0000)
tests/libtest/lib1515.c
patch
|
blob
|
history
diff --git
a/tests/libtest/lib1515.c
b/tests/libtest/lib1515.c
index a786addb78d07d70e3731284fae0cf96c79f7d35..4ac9fcfdcf6abf72fbf32139bae4900e75a0d6ae 100644
(file)
--- 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)
{