From 572ae0a7d4c8bc7849422f948eb9cc6239bed4c1 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Sun, 31 Dec 2006 11:31:12 +0000 Subject: [PATCH] win32 compile fix --- ChangeLog | 4 ++++ tools/dbus-monitor.c | 1 + tools/dbus-send.c | 1 + 3 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index b416745..7a87110 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-12-31 Ralf Habacker + * tools/dbus-send.c, tools/dbus-monitor.c: win32 compile fix. + +2006-12-31 Ralf Habacker + * 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 7777044..eb3da07 100644 --- a/tools/dbus-monitor.c +++ b/tools/dbus-monitor.c @@ -19,6 +19,7 @@ * */ +#include #include #include #include diff --git a/tools/dbus-send.c b/tools/dbus-send.c index e82a2f9..a294785 100644 --- a/tools/dbus-send.c +++ b/tools/dbus-send.c @@ -19,6 +19,7 @@ * */ +#include #include #include #include -- 2.7.4