Index: src/unix/FREEBSD.c @@ -10,7 +10,12 @@ #include "sound.h" #ifdef USE_JOYSTICK +#ifdef __FreeBSD__ +#include +#define JS_DATA_TYPE joystick +#else #include +#endif struct JS_DATA_TYPE joy_data,joy_orig; int joy_fd; /* joystick file descriptor */ #endif