Add a submodule for the official brotli repo, and use that instead of
[io-compress-brotli.git] / Brotli.xs
index 60b6428c3728c2a67c4e684b80d71c5470151c38..8cb26c90c2a36e1b7e13efe5eb8d15fd7739cfea 100644 (file)
--- a/Brotli.xs
+++ b/Brotli.xs
@@ -6,6 +6,7 @@
 #include "ppport.h"
 
 #include <dec/decode.h>
+#include <common/dictionary.h>
 
 #define BUFFER_SIZE 1048576
 static uint8_t buffer[BUFFER_SIZE]; /* It's almost 2016, is anyone still using ithreads? */
This page took 0.008897 seconds and 4 git commands to generate.