From e54736f31acc8d26d1f1e4a8b06ed66d258a24ef Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 30 Oct 2006 18:39:38 +0000 Subject: Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file) --- hcid/dbus-error.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hcid/dbus-error.c') 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) { -- cgit