dbus/tools dbus-monitor.c,1.18,1.19 dbus-send.c,1.22,1.23

Ralf Habacker rhabacker at kemper.freedesktop.org
Sun Dec 31 03:31:14 PST 2006


Update of /cvs/dbus/dbus/tools
In directory kemper:/tmp/cvs-serv24856/tools

Modified Files:
	dbus-monitor.c dbus-send.c 
Log Message:
win32 compile fix

Index: dbus-monitor.c
===================================================================
RCS file: /cvs/dbus/dbus/tools/dbus-monitor.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- dbus-monitor.c	8 Nov 2006 23:10:48 -0000	1.18
+++ dbus-monitor.c	31 Dec 2006 11:31:12 -0000	1.19
@@ -19,6 +19,7 @@
  *
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>

Index: dbus-send.c
===================================================================
RCS file: /cvs/dbus/dbus/tools/dbus-send.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- dbus-send.c	17 Oct 2006 22:31:16 -0000	1.22
+++ dbus-send.c	31 Dec 2006 11:31:12 -0000	1.23
@@ -19,6 +19,7 @@
  *
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>



More information about the dbus-commit mailing list