summaryrefslogtreecommitdiffstats
path: root/dbus/dbus.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-01-08 19:29:00 +0000
committerHavoc Pennington <hp@redhat.com>2003-01-08 19:29:00 +0000
commit509bbe9bded65ddc4039f50ea95a3706ab35ba4f (patch)
tree89de34c4d367b4d20972669784af5b06d0581f76 /dbus/dbus.h
parent67e33fd84501417c5ba0244e67d91b7a03118bf4 (diff)
2003-01-08 Havoc Pennington <hp@redhat.com>
* 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
Diffstat (limited to 'dbus/dbus.h')
-rw-r--r--dbus/dbus.h1
1 files changed, 1 insertions, 0 deletions
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 <dbus/dbus-macros.h>
#include <dbus/dbus-message.h>
#include <dbus/dbus-message-handler.h>
+#include <dbus/dbus-protocol.h>
#include <dbus/dbus-server.h>
#include <dbus/dbus-threads.h>
#include <dbus/dbus-types.h>