From: Ralf Habacker Date: Sun, 31 Dec 2006 11:31:12 +0000 (+0000) Subject: win32 compile fix X-Git-Tag: dbus-1.1.0~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=572ae0a7d4c8bc7849422f948eb9cc6239bed4c1;p=thirdparty%2Fdbus.git win32 compile fix --- diff --git a/ChangeLog b/ChangeLog index b41674513..7a8711049 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +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): diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c index 77770445f..eb3da072d 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 e82a2f910..a29478560 100644 --- a/tools/dbus-send.c +++ b/tools/dbus-send.c @@ -19,6 +19,7 @@ * */ +#include #include #include #include