From 6e244383fb7f7c297366ea63bf99db9609912c8e Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 20 May 2002 17:40:55 +0000 Subject: [PATCH] *** empty log message *** --- 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