ports/emulators/vice/files/patch-joy_usb.c
Dirk Meyer af1655f605 - Add support for joysticks
PR:		109438, 108504
Submitted by:	Dwayne MacKinnon
2007-03-04 09:09:59 +00:00

10 lines
261 B
C

--- src/arch/unix/joy_usb.c.orig Tue Feb 20 10:11:57 2007
+++ src/arch/unix/joy_usb.c Tue Feb 20 10:12:37 2007
@@ -50,6 +50,7 @@
extern log_t joystick_log;
+#include <sys/ioccom.h>
#include <dev/usb/usb.h>
#include <dev/usb/usbhid.h>
#include <errno.h>