From 509bbe9bded65ddc4039f50ea95a3706ab35ba4f Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 8 Jan 2003 19:29:00 +0000 Subject: 2003-01-08 Havoc Pennington * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write to the select() as needed for authentication. (should be using _dbus_poll() not select, but for another day) * dbus/dbus.h: include dbus/dbus-protocol.h --- dbus/dbus.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dbus/dbus.h') diff --git a/dbus/dbus.h b/dbus/dbus.h index fc4f2557..38bfe9f7 100644 --- a/dbus/dbus.h +++ b/dbus/dbus.h @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.1