summaryrefslogtreecommitdiffstats
path: root/libvo/vo_ggi.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_ggi.c')
-rw-r--r--libvo/vo_ggi.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libvo/vo_ggi.c b/libvo/vo_ggi.c
index b80e87ed3a..b994dce81f 100644
--- a/libvo/vo_ggi.c
+++ b/libvo/vo_ggi.c
@@ -42,6 +42,7 @@
#include "video_out_internal.h"
#include "mp_fifo.h"
+#include "input/keycodes.h"
#include <ggi/ggi.h>
@@ -486,9 +487,6 @@ static int control(uint32_t request, void *data)
return VO_NOTIMPL;
}
-/* EVENT handling */
-#include "osdep/keycodes.h"
-
static void check_events(void)
{
struct timeval tv = {0, 0};