summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-error.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-10-30 18:39:38 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-10-30 18:39:38 +0000
commite54736f31acc8d26d1f1e4a8b06ed66d258a24ef (patch)
tree44c92453396549e9b82934ed7f1fa30f1d2a93a6 /hcid/dbus-error.c
parentc9b2f56a13df506191c284b7977abe7e7aa8f0e5 (diff)
Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)
Diffstat (limited to 'hcid/dbus-error.c')
-rw-r--r--hcid/dbus-error.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/dbus-error.c b/hcid/dbus-error.c
index 4a169c5c..b6cc86d0 100644
--- a/hcid/dbus-error.c
+++ b/hcid/dbus-error.c
@@ -32,6 +32,8 @@
#include "hcid.h"
#include "dbus.h"
+#include "dbus-common.h"
+#include "dbus-error.h"
DBusHandlerResult error_failed(DBusConnection *conn, DBusMessage *msg, int err)
{