From: Doron Behar Date: Wed, 26 Sep 2018 12:26:54 +0000 (+0300) Subject: example/htmltidy: fix include paths of tidy libraries X-Git-Tag: curl-7_62_0~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=063f9a4c8bab1e0bd844729124e8b7a4674682ba;p=thirdparty%2Fcurl.git example/htmltidy: fix include paths of tidy libraries Closes #3050 --- diff --git a/docs/examples/htmltidy.c b/docs/examples/htmltidy.c index 02d01f40b9..2f4500f51c 100644 --- a/docs/examples/htmltidy.c +++ b/docs/examples/htmltidy.c @@ -28,8 +28,8 @@ */ #include -#include -#include +#include +#include #include /* curl write callback, to fill tidy's input buffer... */