diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-05-08 20:23:45 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-05-08 20:23:45 +0000 |
commit | e7d668ac9e813bc9922ee7d771848bd8822d5d1f (patch) | |
tree | 34e2fc7b1c064beaa52e5e05e9278be458be9fba /hcid/dbus-database.c | |
parent | 44a204a75880c342c3ac9066072f102f773a539a (diff) |
Move D-Bus watch functions into libgdbus
Diffstat (limited to 'hcid/dbus-database.c')
-rw-r--r-- | hcid/dbus-database.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hcid/dbus-database.c b/hcid/dbus-database.c index 9519975e..370b7658 100644 --- a/hcid/dbus-database.c +++ b/hcid/dbus-database.c @@ -40,7 +40,8 @@ #include <dbus/dbus.h> -#include "dbus.h" +#include <gdbus.h> + #include "dbus-helper.h" #include "hcid.h" #include "sdpd.h" |