summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 14:54:51 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 14:57:18 +0300
commit9425571f41d5cca40ec75537cdac3e474948f047 (patch)
tree57728509ba1149dc548401fd3880d9f072feb0bf /mplayer.c
parent8685eea8c2047036f147ca3b6ef1eb0b2354bebb (diff)
downloadmpv-9425571f41d5cca40ec75537cdac3e474948f047.tar.bz2
mpv-9425571f41d5cca40ec75537cdac3e474948f047.tar.xz
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.
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 0e04406dfe..b89b212de7 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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"