configure: Include <sys/types.h> before including <linux/joystick.h>.
This commit is contained in:
parent
5b4cfac3bf
commit
7c434992d6
|
@ -17450,6 +17450,7 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|||
/* end confdefs.h. */
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <linux/joystick.h>
|
||||
|
||||
struct js_event blub;
|
||||
|
|
|
@ -1302,6 +1302,7 @@ then
|
|||
wine_cv_linux_joystick_22_api,
|
||||
AC_TRY_COMPILE([
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <linux/joystick.h>
|
||||
|
||||
struct js_event blub;
|
||||
|
|
Loading…
Reference in New Issue