[1/13] Fix a gcc 4.0 compilation problem.

Cornelia Huck cohuck at de.ibm.com
Mon Jun 27 01:45:36 PDT 2005


[1/13] Fix a gcc 4.0 compilation problem.

This patch adds a needed include for some interfaces, or gcc 4.0 will make
incorrect assumptions on the format of some functions.

 util.c |    1 +
 1 files changed, 1 insertion(+)

Index: hald/util.c
===================================================================
RCS file: /cvs/hal/hal/hald/util.c,v
retrieving revision 1.16
diff -u -r1.16 util.c
--- hald/util.c	11 May 2005 17:46:32 -0000	1.16
+++ hald/util.c	23 Jun 2005 13:59:56 -0000
@@ -47,6 +47,7 @@
 #include "hald.h"
 #include "device_info.h"
 
+#include "hald_dbus.h"
 #include "util.h"
 
 /** Given all the required parameters, this function will return the number 
_______________________________________________
hal mailing list
hal at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/hal



More information about the Hal mailing list