Mercurial > sdl-ios-xcode
comparison src/joystick/linux/SDL_sysjoystick.c @ 377:f6987c9f04e4
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 20 May 2002 17:40:55 +0000 |
parents | f6ffac90895c |
children | 9916da315b0d |
comparison
equal
deleted
inserted
replaced
376:a5f60a847a89 | 377:f6987c9f04e4 |
---|---|
33 #include <sys/stat.h> | 33 #include <sys/stat.h> |
34 #include <unistd.h> | 34 #include <unistd.h> |
35 #include <fcntl.h> | 35 #include <fcntl.h> |
36 #include <sys/ioctl.h> | 36 #include <sys/ioctl.h> |
37 #include <limits.h> /* For the definition of PATH_MAX */ | 37 #include <limits.h> /* For the definition of PATH_MAX */ |
38 | 38 #ifdef __arm__ |
39 #include <linux/limits.h> /* Arm cross-compiler needs this */ | |
40 #endif | |
39 #include <linux/joystick.h> | 41 #include <linux/joystick.h> |
40 #ifdef USE_INPUT_EVENTS | 42 #ifdef USE_INPUT_EVENTS |
41 #include <linux/input.h> | 43 #include <linux/input.h> |
42 #endif | 44 #endif |
43 | 45 |