summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-05-03 13:26:30 +0300
committerUoti Urpala <uau@mplayer2.org>2011-05-03 13:26:30 +0300
commit78dca643015fb5ff23e68bd5032a55cafba8b31f (patch)
tree6473f4a198c969774f32f6083817f2c63188ff8f /input
parente69925090885be6b8c8c7260d8be6feb9776094f (diff)
downloadmpv-78dca643015fb5ff23e68bd5032a55cafba8b31f.tar.bz2
mpv-78dca643015fb5ff23e68bd5032a55cafba8b31f.tar.xz
input/joystick.c: add #include missing from 23cb829072
There was a '#include "keycodes.h"' line missing from commit 23cb829072, which broke build with --enable-joystick.
Diffstat (limited to 'input')
-rw-r--r--input/joystick.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/input/joystick.c b/input/joystick.c
index 40a1b22b7f..673ae92184 100644
--- a/input/joystick.c
+++ b/input/joystick.c
@@ -31,6 +31,7 @@
#include <errno.h>
#include "mp_msg.h"
+#include "keycodes.h"
#ifndef JOY_AXIS_DELTA
#define JOY_AXIS_DELTA 500