Modify #includes of imported files
[firmware_extractor.git] / cms_lzw.h
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)