diff mplayer.c @ 30665:16bb5e90205f

Add required mplayer.h and access_mpcontext.h #includes.
author diego
date Mon, 22 Feb 2010 14:11:33 +0000
parents c061152a5d84
children 1878922f2ce0
line wrap: on
line diff
--- a/mplayer.c	Mon Feb 22 14:05:30 2010 +0000
+++ b/mplayer.c	Mon Feb 22 14:11:33 2010 +0000
@@ -83,9 +83,10 @@
 #include "codec-cfg.h"
 
 #include "edl.h"
-
+#include "mplayer.h"
 #include "spudec.h"
 #include "vobsub.h"
+#include "access_mpcontext.h"
 
 #include "osdep/getch2.h"
 #include "osdep/timer.h"