freebsd-ports/games/rocksndiamonds/files/patch-ag
Oliver Lehmann 6d15edc9be Update rocksndiamonds to 2.1.1
PR:		54638
Submitted by:	Ulrich Spoerlein <q@uni.de>
Approved by:	maintainer
2003-07-22 06:39:54 +00:00

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
/* ========================================================================= */