]> git.sesse.net Git - fjl/blobdiff - dehuff.c
Add a new input source converting JPEG-format bytes into unstuffed bytes.
[fjl] / dehuff.c
index 0a9fbbcf1a4bcf1b2eb9f413eca7f1784503397e..dd5c57dd940368f2f23481d909ac871d829e6f0a 100644 (file)
--- a/dehuff.c
+++ b/dehuff.c
@@ -2,6 +2,7 @@
 #include <stdlib.h>
 #include <assert.h>
 
+#include "bytesource.h"
 #include "dehuff.h"
 
 void reliable_read(raw_input_func_t* input_func, void* userdata, uint8_t* buf, size_t len)