diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-08-16 18:12:29 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-08-16 18:12:29 +0000 |
commit | f2cd77ddd994055f14147134d1ae94fe6fae6dcd (patch) | |
tree | f6bad7f586d9fb0859b4b277b56e3b1587e46cc0 /hcid/adapter.c | |
parent | 193d3073f6a6a69810c23dd17cd12d3f0504d4be (diff) |
More header cleanups
Diffstat (limited to 'hcid/adapter.c')
-rw-r--r-- | hcid/adapter.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hcid/adapter.c b/hcid/adapter.c index f73feddf..7282ff0d 100644 --- a/hcid/adapter.c +++ b/hcid/adapter.c @@ -40,6 +40,8 @@ #include <bluetooth/hci.h> #include <bluetooth/hci_lib.h> #include <bluetooth/l2cap.h> +#include <bluetooth/sdp.h> +#include <bluetooth/sdp_lib.h> #include <glib.h> |