You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
541 B

diff -Naur SDL-1.2.6.orig/src/joystick/bsd/SDL_sysjoystick.c SDL-1.2.6/src/joystick/bsd/SDL_sysjoystick.c
--- SDL-1.2.6.orig/src/joystick/bsd/SDL_sysjoystick.c 2003-08-30 21:13:05.000000000 +0200
+++ SDL-1.2.6/src/joystick/bsd/SDL_sysjoystick.c 2003-09-17 13:52:47.000000000 +0200
@@ -49,10 +49,10 @@
#if defined(HAVE_USBHID_H)
#include <usbhid.h>
-#elif defined(HAVE_LIBUSB_H)
-#include <libusb.h>
#elif defined(HAVE_LIBUSBHID_H)
#include <libusbhid.h>
+#elif defined(HAVE_LIBUSB_H)
+#include <libusb.h>
#endif
#ifdef __FreeBSD__