Mercurial > sdl-ios-xcode
changeset 404:cbb346aca05d
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 11 Jun 2002 20:06:42 +0000 |
parents | 8d431937739d |
children | b5de7389a0a5 |
files | configure.in src/joystick/bsd/SDL_sysjoystick.c |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Jun 11 19:56:41 2002 +0000 +++ b/configure.in Tue Jun 11 20:06:42 2002 +0000 @@ -1565,6 +1565,7 @@ AC_MSG_CHECKING(for usbhid) have_usbhid=no AC_TRY_COMPILE([ + #include <sys/types.h> #if defined(HAVE_USB_H) #include <usb.h> #endif @@ -1576,6 +1577,7 @@ #include <libusb.h> #elif defined(HAVE_LIBUSBHID_H) #include <libusbhid.h> + #endif ],[ struct report_desc *repdesc; struct usb_ctl_report *repbuf; @@ -1589,9 +1591,12 @@ AC_MSG_CHECKING(for ucr_data member of usb_ctl_report) have_usbhid_ucr_data=no AC_TRY_COMPILE([ + #include <sys/types.h> + #if defined(HAVE_USB_H) + #include <usb.h> + #endif #include <dev/usb/usb.h> #include <dev/usb/usbhid.h> - #include <stdio.h> #if defined(HAVE_USBHID_H) #include <usbhid.h> #elif defined(HAVE_LIBUSB_H)