aboutsummaryrefslogtreecommitdiff
path: root/externals/build/src/linuxjoystick.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-12 20:10:46 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-04-12 20:10:46 +0000
commit95f4822430c77098c32c475b32a7bc98f0015245 (patch)
treefdf1aec1cafe4ff6323432ae410425e7c5027e06 /externals/build/src/linuxjoystick.c
parente93db10ca8e3650285ae7307a238f6c21b61bfac (diff)
#ifdef'ed to only compile on GNU/Linux
svn path=/trunk/; revision=1600
Diffstat (limited to 'externals/build/src/linuxjoystick.c')
-rw-r--r--externals/build/src/linuxjoystick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/build/src/linuxjoystick.c b/externals/build/src/linuxjoystick.c
index 47e4847b..606fc7d4 100644
--- a/externals/build/src/linuxjoystick.c
+++ b/externals/build/src/linuxjoystick.c
@@ -1,3 +1,3 @@
-#ifdef __linux__
+#ifdef __gnu_linux__
#include "../../hcs/linuxjoystick.c"
#endif