summaryrefslogtreecommitdiff
path: root/docs/examples/htmltidy.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/htmltidy.c')
-rw-r--r--docs/examples/htmltidy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/htmltidy.c b/docs/examples/htmltidy.c
index 1b48e0a2e..cdfc89dac 100644
--- a/docs/examples/htmltidy.c
+++ b/docs/examples/htmltidy.c
@@ -30,7 +30,7 @@
#include <stdio.h>
#include <tidy.h>
#include <tidybuffio.h>
-#include <curl/curl.h>
+#include <gnurl/curl.h>
/* curl write callback, to fill tidy's input buffer... */
uint write_cb(char *in, uint size, uint nmemb, TidyBuffer *out)