From 271fa7fc335f332bb2be3beeef735334546c4957 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 13 Dec 2002 03:55:38 +0000 Subject: 2002-12-12 Havoc Pennington * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the below new interfaces and include fewer system headers. * dbus/dbus-sysdeps.c (_dbus_read): new function (_dbus_write): new function (_dbus_write_two): new function (_dbus_connect_unix_socket): new function (_dbus_listen_unix_socket): new function * dbus/dbus-message-internal.h: change interfaces to use DBusString --- test/watch.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/watch.c') diff --git a/test/watch.c b/test/watch.c index df26855c..161ae3a9 100644 --- a/test/watch.c +++ b/test/watch.c @@ -5,6 +5,9 @@ #include #undef DBUS_COMPILATION +#include +#include + /* Cheesy main loop used in test programs. Any real app would use the * GLib or Qt or other non-sucky main loops. */ -- cgit