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 241321a420..03087eac6e 100644
--- a/osdep/getch2-win.c
+++ b/osdep/getch2-win.c
@@ -6,7 +6,7 @@
#include <windows.h>
#include "keycodes.h"
-#include "../input/input.h"
+#include "input/input.h"
int mp_input_win32_slave_cmd_func(int fd,char* dest,int size){
DWORD retval;