OSDN Git Service

fix compilation error due to not include correct header
authorZhihai Xu <zhihaixu@google.com>
Tue, 29 Apr 2014 23:08:48 +0000 (16:08 -0700)
committerMatthew Xie <mattx@google.com>
Tue, 6 May 2014 08:14:25 +0000 (01:14 -0700)
Change-Id: Ic4c1fb319f9c4202efd108d180f438a6fa26e05a

bta/ag/bta_ag_cmd.c

index 073deeb..577ebdf 100644 (file)
  *  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"