diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 03:41:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-29 03:41:37 +0000 |
commit | 510b91e1dc495d45f047469a685392a968c8c3e6 (patch) | |
tree | a580af3758be9f213c54a7934037051c20eec15a /emulators/snes9x/files/patch-af | |
parent | Forced commit. The last commit should have read that kris tested this on (diff) |
Fix build (chase libusb to libusbhid)
Diffstat (limited to 'emulators/snes9x/files/patch-af')
-rw-r--r-- | emulators/snes9x/files/patch-af | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/snes9x/files/patch-af b/emulators/snes9x/files/patch-af index 3b4bb724326c..c80a45a0ad5f 100644 --- a/emulators/snes9x/files/patch-af +++ b/emulators/snes9x/files/patch-af @@ -1,5 +1,5 @@ ---- unix/unix.cpp.orig Wed Feb 28 16:12:23 2001 -+++ unix/unix.cpp Fri Sep 20 14:58:01 2002 +--- unix/unix.cpp.orig Wed Feb 28 13:12:23 2001 ++++ unix/unix.cpp Sat Sep 28 20:16:36 2002 @@ -51,9 +51,11 @@ #include <ctype.h> @@ -63,7 +63,7 @@ +#include <dev/usb/usbhid.h> +#undef class + -+#include <libusb.h> ++#include <libusbhid.h> +} + +#define JOYSTICK_MAX_BUTTONS 16 |