summaryrefslogtreecommitdiffstats
path: root/osdep/getch2-win.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-29 14:52:45 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-29 14:52:45 +0300
commitf59cda84b1e52293e656fffea1529896d28b2d21 (patch)
treea5949b65bef2d2aa11e10d392091e0159409280d /osdep/getch2-win.c
parent13110e92ba809e2c8a247f827bb42fe6ec1a2ce9 (diff)
downloadmpv-f59cda84b1e52293e656fffea1529896d28b2d21.tar.bz2
mpv-f59cda84b1e52293e656fffea1529896d28b2d21.tar.xz
mp_fifo.c, osdep/: Include corresponding .h in .c files
Diffstat (limited to 'osdep/getch2-win.c')
-rw-r--r--osdep/getch2-win.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/osdep/getch2-win.c b/osdep/getch2-win.c
index 03c3d42cbf..a939784266 100644
--- a/osdep/getch2-win.c
+++ b/osdep/getch2-win.c
@@ -10,6 +10,8 @@
#include "keycodes.h"
#include "input/input.h"
#include "mp_fifo.h"
+#include "getch2.h"
+
// HACK, stdin is used as something else below
#undef stdin