aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/include/dbus-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/include/dbus-core.h')
-rw-r--r--xorg-server/include/dbus-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/include/dbus-core.h b/xorg-server/include/dbus-core.h
index b2d6d1b9e..d6260dc66 100644
--- a/xorg-server/include/dbus-core.h
+++ b/xorg-server/include/dbus-core.h
@@ -27,7 +27,7 @@
#define DBUS_CORE_H
#ifdef NEED_DBUS
-typedef struct DBusConnection DBusConnection;
+#include <dbus/dbus.h>
typedef void (*dbus_core_connect_hook) (DBusConnection * connection,
void *data);