ports/devel/libgamepad/files/extra-patch-gamepad_usbhid.c
Stanislav Sedov f5d05ea54d - Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:	thompsa (old version), miwi
Tested by:	miwi
2009-03-09 17:15:43 +00:00

10 lines
299 B
C

--- gamepad_usbhid.c.orig 2009-03-08 12:35:35.000000000 +0300
+++ gamepad_usbhid.c 2009-03-08 12:35:44.000000000 +0300
@@ -3,6 +3,7 @@
#include <string.h>
#include <sys/ioctl.h>
#include <dev/usb/usb.h>
+#include <dev/usb/usb_ioctl.h>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>