1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

example/htmltidy: fix include paths of tidy libraries

Closes #3050
This commit is contained in:
Doron Behar 2018-09-26 15:26:54 +03:00 committed by Daniel Stenberg
parent 776f0708b2
commit 063f9a4c8b
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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... */