summaryrefslogtreecommitdiffstats
path: root/libvo/vo_directfb2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_directfb2.c')
-rw-r--r--libvo/vo_directfb2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libvo/vo_directfb2.c b/libvo/vo_directfb2.c
index c011d20225..de44b2ea51 100644
--- a/libvo/vo_directfb2.c
+++ b/libvo/vo_directfb2.c
@@ -38,6 +38,7 @@
#include "aspect.h"
#include "subopt-helper.h"
#include "mp_fifo.h"
+#include "input/keycodes.h"
// triple buffering
#define TRIPLE 1
@@ -848,8 +849,6 @@ static int config(uint32_t s_width, uint32_t s_height, uint32_t d_width,
return 0;
}
-#include "osdep/keycodes.h"
-
static void check_events(void)
{