--- Frodo4/Src/sysdeps.h 2003/07/01 17:51:17 1.3 +++ Frodo4/Src/sysdeps.h 2004/01/10 15:07:14 1.6 @@ -117,10 +117,6 @@ extern "C" #define BROKEN_OS_PROBABLY_AIX #endif -#ifdef HAVE_LINUX_JOYSTICK_H -#include -#endif - #ifdef __NeXT__ #define S_IRUSR S_IREAD #define S_IWUSR S_IWRITE @@ -186,7 +182,9 @@ typedef long int32; #else #error No 4 byte type, you lose. #endif + +#else +#include #endif // __BEOS__ -#define UNUSED(x) (x = x) }