summaryrefslogtreecommitdiffstats
path: root/osdep/getch2.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/getch2.c')
-rw-r--r--osdep/getch2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/osdep/getch2.c b/osdep/getch2.c
index 6b41514a9e..c722922f88 100644
--- a/osdep/getch2.c
+++ b/osdep/getch2.c
@@ -53,9 +53,9 @@
#include <unistd.h>
#include <fcntl.h>
-#include "bstr.h"
-#include "mp_fifo.h"
-#include "input/keycodes.h"
+#include "core/bstr.h"
+#include "core/mp_fifo.h"
+#include "core/input/keycodes.h"
#include "getch2.h"
#ifdef HAVE_TERMIOS