aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/linux_joystick.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/unix/linux_joystick.c')
-rw-r--r--code/unix/linux_joystick.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/unix/linux_joystick.c b/code/unix/linux_joystick.c
index 13a866c..1ab114b 100644
--- a/code/unix/linux_joystick.c
+++ b/code/unix/linux_joystick.c
@@ -30,7 +30,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
**
*/
-#if !USE_SDL
+#if !USE_SDL_VIDEO
#include <linux/joystick.h>
#include <sys/types.h>
@@ -206,6 +206,6 @@ void IN_JoyMove( void )
old_axes = axes;
}
-#endif // !USE_SDL
+#endif // !USE_SDL_VIDEO