summaryrefslogtreecommitdiffstats
path: root/stack/include
diff options
context:
space:
mode:
Diffstat (limited to 'stack/include')
-rw-r--r--stack/include/avrc_api.h2
-rw-r--r--stack/include/btu.h1
-rw-r--r--stack/include/goep_util.h2
3 files changed, 2 insertions, 3 deletions
diff --git a/stack/include/avrc_api.h b/stack/include/avrc_api.h
index 859c872..d7e8ee4 100644
--- a/stack/include/avrc_api.h
+++ b/stack/include/avrc_api.h
@@ -10,7 +10,7 @@
*****************************************************************************/
#ifndef AVRC_API_H
#define AVRC_API_H
-
+#include "bt_target.h"
#include "avct_api.h"
#include "sdp_api.h"
#include "avrc_defs.h"
diff --git a/stack/include/btu.h b/stack/include/btu.h
index c47839e..6a3b68f 100644
--- a/stack/include/btu.h
+++ b/stack/include/btu.h
@@ -21,7 +21,6 @@
#define BTU_HCI_RCV_MBOX TASK_MBOX_0 /* Messages from HCI */
#define BTU_BTIF_MBOX TASK_MBOX_1 /* Messages to BTIF */
-
/* callbacks
*/
typedef void (*tBTU_TIMER_CALLBACK)(TIMER_LIST_ENT *p_tle);
diff --git a/stack/include/goep_util.h b/stack/include/goep_util.h
index 8bfe4af..600c6d0 100644
--- a/stack/include/goep_util.h
+++ b/stack/include/goep_util.h
@@ -226,7 +226,7 @@ GOEP_API extern void GOEP_TraceSupportedDataTypes(UINT8 data_types, UINT8 *p_dat
#define GOEP_ErrorName(_x) ""
#endif
#define GOEP_TraceSupportedDataTypes(x, y)
-#endif /* end if BT_TRACE_PROTOCOL */
+#endif
/*****************************************************************************