summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2006-12-31 11:31:12 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2006-12-31 11:31:12 +0000
commit572ae0a7d4c8bc7849422f948eb9cc6239bed4c1 (patch)
treeae3bdd0544792df2f46f676c40475caffcf00075
parent52c7b5ead464f1f72925340fb140e1e4cbef52aa (diff)
win32 compile fix
-rw-r--r--ChangeLog4
-rw-r--r--tools/dbus-monitor.c1
-rw-r--r--tools/dbus-send.c1
3 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4167451..7a871104 100644
--- 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
diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c
index 77770445..eb3da072 100644
--- a/tools/dbus-monitor.c
+++ b/tools/dbus-monitor.c
@@ -19,6 +19,7 @@
*
*/
+#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/tools/dbus-send.c b/tools/dbus-send.c
index e82a2f91..a2947856 100644
--- a/tools/dbus-send.c
+++ b/tools/dbus-send.c
@@ -19,6 +19,7 @@
*
*/
+#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>