aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index cfdd8d028..7dfb26b6d 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -96,6 +96,10 @@
#endif
#endif
+#ifdef HAVE_BROTLI
+#include <brotli/decode.h>
+#endif
+
#include <curl/curl.h>
#include "http_chunks.h" /* for the structs and enum stuff */