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

oldstable
Marcus Meissner 2007-04-12 12:12:05 +02:00 committed by Alexandre Julliard
parent 5b4cfac3bf
commit 7c434992d6
2 changed files with 2 additions and 0 deletions

1
configure vendored
View File

@ -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;

View File

@ -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;