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
- Previous message: hal/volume_id mac.c, 1.5, 1.6 ocfs2.c, 1.1, 1.2 reiserfs.c, 1.6,
1.7 sysv.c, 1.4, 1.5
- Next message: hal/hald/linux2/addons addon-hid-ups.c,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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"
- Previous message: hal/volume_id mac.c, 1.5, 1.6 ocfs2.c, 1.1, 1.2 reiserfs.c, 1.6,
1.7 sysv.c, 1.4, 1.5
- Next message: hal/hald/linux2/addons addon-hid-ups.c,1.10,1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list