summaryrefslogtreecommitdiff
path: root/src/lib/ecore_input/ecore_input_joystick.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore_input/ecore_input_joystick.c')
-rw-r--r--src/lib/ecore_input/ecore_input_joystick.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/lib/ecore_input/ecore_input_joystick.c b/src/lib/ecore_input/ecore_input_joystick.c
index f25b4ee67e..893ece40b8 100644
--- a/src/lib/ecore_input/ecore_input_joystick.c
+++ b/src/lib/ecore_input/ecore_input_joystick.c
@@ -2,17 +2,15 @@
# include "config.h"
#endif
-/*FIXME: change OS specific value */
-#if defined(__linux__) || defined(__FreeBSD__)
-# include <linux/joystick.h>
-#endif
-
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>
#ifdef HAVE_EEZE
- #include "Eeze.h"
+# if defined(__linux__)
+# include <linux/joystick.h>
+# endif
+# include "Eeze.h"
#endif
#include "Ecore.h"
#include "Ecore_Input.h"