X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Brotli.xs;h=8cb26c90c2a36e1b7e13efe5eb8d15fd7739cfea;hb=fd0f6b130ce1fb819de157da52d543bcf366bcd4;hp=60b6428c3728c2a67c4e684b80d71c5470151c38;hpb=9d4f189a64df629bbe70f133ee95934f3dee074a;p=io-compress-brotli.git diff --git a/Brotli.xs b/Brotli.xs index 60b6428..8cb26c9 100644 --- a/Brotli.xs +++ b/Brotli.xs @@ -6,6 +6,7 @@ #include "ppport.h" #include +#include #define BUFFER_SIZE 1048576 static uint8_t buffer[BUFFER_SIZE]; /* It's almost 2016, is anyone still using ithreads? */