commit | 7c434992d65f2dea6a4227fbd61926537423ace2 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <meissner@suse.de> | Thu Apr 12 12:12:05 2007 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Apr 12 16:42:18 2007 +0200 |
tree | 94291f380664e3a9b65a43b94080bb93340d153e | |
parent | 5b4cfac3bf7a6c8df04680da73232a6b70d2ec00 [diff] [blame] |
configure: Include <sys/types.h> before including <linux/joystick.h>.
diff --git a/configure.ac b/configure.ac index 6d9e2cf..c9766dc 100644 --- a/configure.ac +++ b/configure.ac
@@ -1302,6 +1302,7 @@ 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;