hal/hald/linux2/probing probe-hiddev.c,1.5,1.6

Richard Hughes hughsient at freedesktop.org
Tue Sep 27 04:18:51 PDT 2005


Update of /cvs/hal/hal/hald/linux2/probing
In directory gabe:/tmp/cvs-serv1727

Modified Files:
	probe-hiddev.c 
Log Message:
Fix build (as asm/types.h required for __s32 in linux/hiddev.h).

Index: probe-hiddev.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/probing/probe-hiddev.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- probe-hiddev.c	27 Sep 2005 09:42:13 -0000	1.5
+++ probe-hiddev.c	27 Sep 2005 11:18:48 -0000	1.6
@@ -37,6 +37,8 @@
 #include <stdint.h>
 #include <fcntl.h>
 #include <unistd.h>
+/* asm/types.h required for __s32 in linux/hiddev.h */
+#include <asm/types.h>
 #include <linux/hiddev.h>
 
 #include "libhal/libhal.h"




More information about the hal-commit mailing list