win32 compile fix
authorRalf Habacker <ralf.habacker@freenet.de>
Sun, 31 Dec 2006 11:31:12 +0000 (11:31 +0000)
committerRalf Habacker <ralf.habacker@freenet.de>
Sun, 31 Dec 2006 11:31:12 +0000 (11:31 +0000)
ChangeLog
tools/dbus-monitor.c
tools/dbus-send.c

index b416745..7a87110 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
 
+       * tools/dbus-send.c, tools/dbus-monitor.c: win32 compile fix.
+
+2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
+
        * dbus/dbus-marshal-recursive.c (type DBusTypeReaderClass):
        fix mispaced const statement. - Patch from Peter Kümmel
 
index 7777044..eb3da07 100644 (file)
@@ -19,6 +19,7 @@
  *
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
index e82a2f9..a294785 100644 (file)
@@ -19,6 +19,7 @@
  *
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>