summaryrefslogtreecommitdiff
path: root/libavcodec/dvbsub_parser.c
diff options
context:
space:
mode:
authorClément Bœsch <clement@stupeflix.com>2016-06-29 11:52:03 +0200
committerClément Bœsch <clement@stupeflix.com>2016-06-29 11:52:03 +0200
commitbf7d0162191791abe445aadd4f0eef2667cd4cb0 (patch)
treec55af714dcc6e67c7e2f9077ccc6fe27c8564f87 /libavcodec/dvbsub_parser.c
parentdaedfa72541cd14b94e07a88d057af605c1f8202 (diff)
parent6ac52f05a6fcadb84972c9557b28c67a416f866b (diff)
Merge commit '6ac52f05a6fcadb84972c9557b28c67a416f866b'
* commit '6ac52f05a6fcadb84972c9557b28c67a416f866b': dvbsub_parser: Add missing mem.h #include Merged-by: Clément Bœsch <clement@stupeflix.com>
Diffstat (limited to 'libavcodec/dvbsub_parser.c')
-rw-r--r--libavcodec/dvbsub_parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dvbsub_parser.c b/libavcodec/dvbsub_parser.c
index ccb63c35cd..e77b9655cc 100644
--- a/libavcodec/dvbsub_parser.c
+++ b/libavcodec/dvbsub_parser.c
@@ -23,6 +23,7 @@
#include <string.h>
#include "libavutil/intreadwrite.h"
+#include "libavutil/mem.h"
#include "avcodec.h"
#include "internal.h"