From dd1a59ec6de86541abc84c5a2e2bb7995788cfa0 Mon Sep 17 00:00:00 2001 From: TJ Date: Sat, 9 Apr 2016 10:22:11 +0100 Subject: [PATCH] Modify #includes of imported files --- cms_lzw.h | 1 + lzw_decode.c | 1 + lzw_encode.c | 1 + 3 files changed, 3 insertions(+) diff --git a/cms_lzw.h b/cms_lzw.h index 9dd8d4d..29eb17e 100644 --- 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<