19 lines
522 B
Text
19 lines
522 B
Text
--- src/libgame/joystick.c.orig Sat Jul 19 16:12:04 2003
|
|
+++ src/libgame/joystick.c Sat Jul 19 16:16:51 2003
|
|
@@ -11,12 +11,12 @@
|
|
* joystick.c *
|
|
***********************************************************/
|
|
|
|
-#if defined(PLATFORM_FREEBSD)
|
|
-#include <machine/joystick.h>
|
|
-#endif
|
|
-
|
|
#include "joystick.h"
|
|
#include "misc.h"
|
|
+
|
|
+#if defined(PLATFORM_FREEBSD)
|
|
+#include <sys/joystick.h>
|
|
+#endif
|
|
|
|
|
|
/* ========================================================================= */
|