From 255325a9c2929a22beec832e6b98f7c340c3a5d0 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 30 Oct 2010 19:39:40 +0300 Subject: 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. --- ass_mp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ass_mp.c') 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 +#include "config.h" #include "mp_msg.h" #include "path.h" #include "ass_mp.h" -- cgit v1.2.3