From 78dca643015fb5ff23e68bd5032a55cafba8b31f Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 3 May 2011 13:26:30 +0300 Subject: 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. --- input/joystick.c | 1 + 1 file changed, 1 insertion(+) (limited to 'input') 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 #include "mp_msg.h" +#include "keycodes.h" #ifndef JOY_AXIS_DELTA #define JOY_AXIS_DELTA 500 -- cgit v1.2.3