diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2002-08-20 04:39:54 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-08-20 04:39:54 +0000 |
commit | 04c8ddd5a5d720e75144755d071e2331c979d1ed (patch) | |
tree | 2c56931805345a8f35e3b13a2db67c012c13728a /hcid/parser.y | |
parent | 87c1d9f203e4ff13948ed8bf6802b21b7020d155 (diff) |
Add 'bluetooth/' to includes
Diffstat (limited to 'hcid/parser.y')
-rw-r--r-- | hcid/parser.y | 6 |
1 files changed, 3 insertions, 3 deletions
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" |