summaryrefslogtreecommitdiff
path: root/dbus/dbus-connection.h
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2015-03-05 19:50:12 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2015-03-11 15:22:57 +0100
commitf9192688b6758d20e955adeb255399b79ba43a95 (patch)
treee74abf97c6158d1890471e51d3823e1ba13498e4 /dbus/dbus-connection.h
parentee0e15366c8b1ea196ad63a8376c8b5299279386 (diff)
downloaddbus-f9192688b6758d20e955adeb255399b79ba43a95.tar.gz
Use typedef DBusSocket for sockets fd's to avoid conversion warnings.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89444
Diffstat (limited to 'dbus/dbus-connection.h')
-rw-r--r--dbus/dbus-connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-connection.h b/dbus/dbus-connection.h
index fe4d04ef..6ad9f7d1 100644
--- a/dbus/dbus-connection.h
+++ b/dbus/dbus-connection.h
@@ -31,6 +31,7 @@
#include <dbus/dbus-memory.h>
#include <dbus/dbus-message.h>
#include <dbus/dbus-shared.h>
+#include <dbus/dbus-sysdeps.h>
DBUS_BEGIN_DECLS