diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-30 18:39:38 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-10-30 18:39:38 +0000 |
commit | e54736f31acc8d26d1f1e4a8b06ed66d258a24ef (patch) | |
tree | 44c92453396549e9b82934ed7f1fa30f1d2a93a6 /hcid/dbus-error.c | |
parent | c9b2f56a13df506191c284b7977abe7e7aa8f0e5 (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.c | 2 |
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) { |