summaryrefslogtreecommitdiff
path: root/libavcodec/lzw.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/lzw.c')
-rw-r--r--libavcodec/lzw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/lzw.c b/libavcodec/lzw.c
index 8761510283..2c99014c2a 100644
--- a/libavcodec/lzw.c
+++ b/libavcodec/lzw.c
@@ -29,6 +29,7 @@
#include "avcodec.h"
#include "lzw.h"
+#include "libavutil/mem.h"
#define LZW_MAXBITS 12
#define LZW_SIZTABLE (1<<LZW_MAXBITS)