diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-11-01 12:58:31 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-11-01 12:58:31 +0000 |
commit | 1badf196a83fb8d32e212c49b7487b08962c18f0 (patch) | |
tree | b59e058454dd96d7196733482b3facae5b24a6e5 /hcid/security.c | |
parent | c31fef0ff07c09edb9df8b0abcab9a9e828627a1 (diff) |
More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/dbus-hci.c
Diffstat (limited to 'hcid/security.c')
-rw-r--r-- | hcid/security.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/security.c b/hcid/security.c index 7d2ff9c1..2bf4ce1d 100644 --- a/hcid/security.c +++ b/hcid/security.c @@ -51,6 +51,7 @@ #include "hcid.h" #include "textfile.h" #include "list.h" +#include "dbus-hci.h" struct g_io_info { GIOChannel *channel; |