summaryrefslogtreecommitdiffstats
path: root/osdep/getch2-win.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/getch2-win.c')
-rw-r--r--osdep/getch2-win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/getch2-win.c b/osdep/getch2-win.c
index 7d0ab8b17d..0b4d2b0bae 100644
--- a/osdep/getch2-win.c
+++ b/osdep/getch2-win.c
@@ -28,7 +28,7 @@
#include <stdint.h>
#include <string.h>
#include <windows.h>
-#include "keycodes.h"
+#include "input/keycodes.h"
#include "input/input.h"
#include "mp_fifo.h"
#include "getch2.h"