diff options
Diffstat (limited to 'hcid')
| -rw-r--r-- | hcid/hcid.h | 2 | ||||
| -rw-r--r-- | hcid/parser.y | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h index cfc034e4..3e7838b4 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -28,7 +28,7 @@ #include <glib.h> -#include <bluetooth.h> +#include <bluetooth/bluetooth.h> #define HCID_CONFIG_FILE "/etc/bluetooth/hcid.conf" #define HCID_PIN_FILE "/etc/bluetooth/pin" diff --git a/hcid/parser.y b/hcid/parser.y index b7614f85..96bcf023 100644 --- a/hcid/parser.y +++ b/hcid/parser.y @@ -35,9 +35,9 @@ #include <sys/socket.h> #include <asm/types.h> -#include <bluetooth.h> -#include <hci.h> -#include <hci_lib.h> +#include <bluetooth/bluetooth.h> +#include <bluetooth/hci.h> +#include <bluetooth/hci_lib.h> #include "hcid.h" #include "kword.h" |
