summaryrefslogtreecommitdiffstats
path: root/osdep/getch2-win.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-14 00:30:37 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-14 00:30:37 +0000
commitfb20d201d701b74ec86d6dd552777b277928c26f (patch)
treed057e378b329a5d676a750a5fe85553c5e3c69f5 /osdep/getch2-win.c
parent68ecbc34f1cb29dfda116724c87d602eba961eb2 (diff)
downloadmpv-fb20d201d701b74ec86d6dd552777b277928c26f.tar.bz2
mpv-fb20d201d701b74ec86d6dd552777b277928c26f.tar.xz
Unify include paths, -I.. is in CFLAGS.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16986 b3059339-0415-0410-9bf9-f77b7e298cf2
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;