summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhihai Xu <zhihaixu@google.com>2014-04-29 16:08:48 -0700
committerZhihai Xu <zhihaixu@google.com>2014-04-29 16:08:48 -0700
commitffa5c93d455f33af1be3b04d39520413dc24afd5 (patch)
tree42caf1a015d6e4a755ae81bcfdd345f0ec961e23
parent2cb90bc58fc075ec2f814ada5ae8f728380566c1 (diff)
downloadandroid_system_bt-ffa5c93d455f33af1be3b04d39520413dc24afd5.tar.gz
android_system_bt-ffa5c93d455f33af1be3b04d39520413dc24afd5.tar.bz2
android_system_bt-ffa5c93d455f33af1be3b04d39520413dc24afd5.zip
fix compilation error due to not include correct header
Change-Id: Ic4c1fb319f9c4202efd108d180f438a6fa26e05a
-rw-r--r--bta/ag/bta_ag_cmd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/bta/ag/bta_ag_cmd.c b/bta/ag/bta_ag_cmd.c
index 073deebe9..577ebdfb6 100644
--- a/bta/ag/bta_ag_cmd.c
+++ b/bta/ag/bta_ag_cmd.c
@@ -21,7 +21,10 @@
* This file contains functions for processing AT commands and results.
*
******************************************************************************/
-
+#include "bt_target.h"
+#include "bt_types.h"
+#include "gki.h"
+#include "bd.h"
#include "bta_api.h"
#include "bta_sys.h"
#include "bta_ag_api.h"