summaryrefslogtreecommitdiff
path: root/docs/examples/http2-pushinmemory.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/http2-pushinmemory.c')
-rw-r--r--docs/examples/http2-pushinmemory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/http2-pushinmemory.c b/docs/examples/http2-pushinmemory.c
index 00406a8a5..b0e099bd8 100644
--- a/docs/examples/http2-pushinmemory.c
+++ b/docs/examples/http2-pushinmemory.c
@@ -32,7 +32,7 @@
#include <unistd.h>
/* curl stuff */
-#include <curl/curl.h>
+#include <gnurl/curl.h>
struct Memory {
char *memory;