From a1b67e349e6c8cea7264286a96bab870e46f10ca Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 20 May 2002 17:40:55 +0000 Subject: [PATCH] *** empty log message *** --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40378 --- src/joystick/linux/SDL_sysjoystick.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/joystick/linux/SDL_sysjoystick.c b/src/joystick/linux/SDL_sysjoystick.c index 6ae40b75e..b2e027f8b 100644 --- a/src/joystick/linux/SDL_sysjoystick.c +++ b/src/joystick/linux/SDL_sysjoystick.c @@ -35,7 +35,9 @@ static char rcsid = #include #include #include /* For the definition of PATH_MAX */ - +#ifdef __arm__ +#include /* Arm cross-compiler needs this */ +#endif #include #ifdef USE_INPUT_EVENTS #include