mirror of
https://github.com/mpv-player/mpv
synced 2025-03-05 05:37:37 +00:00
Add missing #include, fixes the warning:
qtx/qtxload.c:50: warning: implicit declaration of function 'mp_msg_init' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26562 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7f6d9b2b91
commit
35649cad4a
@ -4,6 +4,7 @@
|
||||
|
||||
#include "qtxsdk/components.h"
|
||||
#include "qtxsdk/select.h"
|
||||
#include "mp_msg.h"
|
||||
|
||||
/* ilyen egy sima komponens */
|
||||
ComponentResult ComponentDummy(
|
||||
|
Loading…
Reference in New Issue
Block a user