summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorFRAU KOUJIRO <frau@doushio.com>2014-04-15 19:33:58 -0700
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2014-08-06 09:31:58 +0200
commit4fc8dcde2ae1525c8ea52d04ed0e7768decf901a (patch)
treedb8e9389bf85d5bc11b4327e175970d1e62653f0 /player
parent78a2d99de130cc8e6adc18c5d7a987c5c8b2d2b3 (diff)
downloadmpv-4fc8dcde2ae1525c8ea52d04ed0e7768decf901a.tar.bz2
mpv-4fc8dcde2ae1525c8ea52d04ed0e7768decf901a.tar.xz
cocoa: move set_input_context to macosx_events
Diffstat (limited to 'player')
-rw-r--r--player/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/main.c b/player/main.c
index 13ecff9f9e..288dbbd89e 100644
--- a/player/main.c
+++ b/player/main.c
@@ -73,6 +73,7 @@
#if HAVE_COCOA
#include "osdep/macosx_application.h"
+#include "osdep/macosx_events.h"
#endif
#ifdef PTW32_STATIC_LIB