changeset 27097:b140d2455139

Add missing 'struct input_id id' to Apple IR configure check. patch by Jan Knutar, jknutar nic fi
author diego
date Tue, 24 Jun 2008 08:21:04 +0000
parents a2c8efd917ea
children d026baa6a86a
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Jun 23 14:46:55 2008 +0000
+++ b/configure	Tue Jun 24 08:21:04 2008 +0000
@@ -3643,6 +3643,7 @@
 #include <linux/input.h>
 int main(void) {
   struct input_event ev;
+  struct input_id id;
   return 0;
 }
 EOF