Modify #includes of imported files
authorTJ <hacker@iam.tj>
Sat, 9 Apr 2016 09:22:11 +0000 (10:22 +0100)
committerTJ <hacker@iam.tj>
Sat, 9 Apr 2016 09:22:11 +0000 (10:22 +0100)
cms_lzw.h
lzw_decode.c
lzw_encode.c

index 9dd8d4d..29eb17e 100644 (file)
--- a/cms_lzw.h
+++ b/cms_lzw.h
@@ -29,6 +29,7 @@
  * These functions were taken from the ffmpeg library.
  */
 
+#include "cms.h"
 
 #define LZW_MAXBITS        12
 #define LZW_SIZTABLE       (1<<LZW_MAXBITS)
index e331560..b48f85f 100644 (file)
@@ -23,6 +23,7 @@
 
 #ifdef COMPRESSED_CONFIG_FILE
 
+#include "firmware_extractor.h"
 #include "cms_lzw.h"
 
 
index 714e70f..861a3cb 100644 (file)
@@ -21,6 +21,7 @@
 
 #ifdef COMPRESSED_CONFIG_FILE
 
+#include "firmware_extractor.h"
 #include "cms_lzw.h"