diff options
Diffstat (limited to 'games/imaze/files/patch-source_fbsd_joystick.c')
-rw-r--r-- | games/imaze/files/patch-source_fbsd_joystick.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/imaze/files/patch-source_fbsd_joystick.c b/games/imaze/files/patch-source_fbsd_joystick.c new file mode 100644 index 000000000000..8d1d16c38b7e --- /dev/null +++ b/games/imaze/files/patch-source_fbsd_joystick.c @@ -0,0 +1,11 @@ +--- source/fbsd_joystick.c.orig Sat Jun 28 15:55:30 2003 ++++ source/fbsd_joystick.c Sat Jun 28 15:56:01 2003 +@@ -44,7 +44,7 @@ + #include <errno.h> + #include <fcntl.h> + #include <sys/time.h> +-#include <machine/joystick.h> ++#include <sys/joystick.h> + + #include "argv.h" + #include "global.h" |