Search
lxdream.org :: lxdream/src/drivers/joy_linux.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/joy_linux.c
changeset 984:a01567058a47
prev736:a02d1475ccfd
next1010:a506a2f66180
author nkeynes
date Sat Feb 28 06:26:48 2009 +0000 (15 years ago)
permissions -rw-r--r--
last change Add SDL audio driver, thanks to Wahrhaft!
file annotate diff log raw
1.1 --- a/src/drivers/joy_linux.c Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/drivers/joy_linux.c Sat Feb 28 06:26:48 2009 +0000
1.3 @@ -16,7 +16,9 @@
1.4 * GNU General Public License for more details.
1.5 */
1.6
1.7 +#ifndef _GNU_SOURCE
1.8 #define _GNU_SOURCE
1.9 +#endif
1.10 #include <sys/types.h>
1.11 #include <sys/ioctl.h>
1.12 #include <errno.h>
.