diff options
Diffstat (limited to 'bta/hh/bta_hh_utils.c')
-rw-r--r-- | bta/hh/bta_hh_utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bta/hh/bta_hh_utils.c b/bta/hh/bta_hh_utils.c index 18ff0c3..2b68c56 100644 --- a/bta/hh/bta_hh_utils.c +++ b/bta/hh/bta_hh_utils.c @@ -11,7 +11,8 @@ #include <string.h> #include "bt_target.h" -#if defined(HL_INCLUDED) && (HL_INCLUDED == TRUE) +#if defined(BTA_HH_INCLUDED) && (BTA_HH_INCLUDED == TRUE) + #include "bta_hh_int.h" |