# HG changeset patch # User diego # Date 1266847893 0 # Node ID 16bb5e90205f59fca6dbce5f0c1d1b4f548673bd # Parent d21d50b4b9ce2688c1c9915b637d388b5e9f31d1 Add required mplayer.h and access_mpcontext.h #includes. diff -r d21d50b4b9ce -r 16bb5e90205f mplayer.c --- 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"