diff options
-rwxr-xr-x | configure | 3 | ||||
-rw-r--r-- | configure.in | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -10792,6 +10792,9 @@ $ac_includes_default #ifdef HAVE_SYS_BITYPES_H #include <sys/bitypes.h> #endif +#ifdef HAVE_LINUX_COMPILER_H +#include <linux/compiler.h> +#endif # include <linux/usbdevice_fs.h> int main () diff --git a/configure.in b/configure.in index fe36ee78..01c65c7d 100644 --- a/configure.in +++ b/configure.in @@ -1418,6 +1418,9 @@ AC_INCLUDES_DEFAULT #ifdef HAVE_SYS_BITYPES_H #include <sys/bitypes.h> #endif +#ifdef HAVE_LINUX_COMPILER_H +#include <linux/compiler.h> +#endif # include <linux/usbdevice_fs.h>], [u_int i = sizeof(((struct usbdevfs_ctrltransfer *)0)->bRequestType)], ac_cv_usbdevfs_ctrltransfer_has_bRequestType=yes, |