1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

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

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"