projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
776f070
)
example/htmltidy: fix include paths of tidy libraries
author
Doron Behar
<doron.behar@gmail.com>
Wed, 26 Sep 2018 12:26:54 +0000
(15:26 +0300)
committer
Daniel Stenberg
<daniel@haxx.se>
Wed, 26 Sep 2018 12:33:34 +0000
(14:33 +0200)
Closes #3050
docs/examples/htmltidy.c
patch
|
blob
|
history
diff --git
a/docs/examples/htmltidy.c
b/docs/examples/htmltidy.c
index 02d01f40b98e07c25b70397c75d509366401f32f..2f4500f51c155c998f407eff799afc6d0ec11b06 100644
(file)
--- a/
docs/examples/htmltidy.c
+++ b/
docs/examples/htmltidy.c
@@
-28,8
+28,8
@@
*/
#include <stdio.h>
-#include <tidy
/tidy
.h>
-#include <tidy
/
buffio.h>
+#include <tidy.h>
+#include <tidybuffio.h>
#include <curl/curl.h>
/* curl write callback, to fill tidy's input buffer... */