mplayer.c: #include mplayer.h and access_mpcontext.h

Both declare symbols defined in mplayer.c, so include them to make the
compiler check the declarations match.
This commit is contained in:
Uoti Urpala 2008-08-12 14:54:51 +03:00
parent 8685eea8c2
commit 9425571f41
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@
#include "m_option.h"
#include "m_config.h"
#include "mplayer.h"
#include "access_mpcontext.h"
#include "m_property.h"
#include "cfg-mplayer-def.h"