1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 08:12:17 +00:00

player: add missing include directive

This commit is contained in:
wm4 2015-07-06 22:28:28 +02:00
parent 385febe276
commit 782c7acd16

View File

@ -19,6 +19,7 @@
#define MPLAYER_MP_CORE_H
#include <stdbool.h>
#include <pthread.h>
#include "libmpv/client.h"