Commit 7c434992 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

configure: Include <sys/types.h> before including <linux/joystick.h>.

parent 5b4cfac3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment