summaryrefslogtreecommitdiffstats
path: root/ass_mp.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-10-30 19:39:40 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:16:45 +0200
commit255325a9c2929a22beec832e6b98f7c340c3a5d0 (patch)
treef188e81d4b79807a35cfae1ef406d99326e5bfc2 /ass_mp.c
parent3b43c4fee510bd05675adbfae6b3ad9cfc2d1f47 (diff)
downloadmpv-255325a9c2929a22beec832e6b98f7c340c3a5d0.tar.bz2
mpv-255325a9c2929a22beec832e6b98f7c340c3a5d0.tar.xz
ass_mp.[ch]: #include "config.h"
It was indirectly included through subreader.h but better do it explicitly. ass_mp.h also included itself, remove that.
Diffstat (limited to 'ass_mp.c')
-rw-r--r--ass_mp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ass_mp.c b/ass_mp.c
index 0cbd5c084d..31acb521b8 100644
--- a/ass_mp.c
+++ b/ass_mp.c
@@ -28,6 +28,7 @@
#include <libavutil/common.h>
+#include "config.h"
#include "mp_msg.h"
#include "path.h"
#include "ass_mp.h"