From 8eea109d265c7c03d80ceb681f05b3604ec939ad Mon Sep 17 00:00:00 2001 From: Pavlin Radoslavov Date: Thu, 28 Jan 2016 11:37:43 -0800 Subject: [PATCH] Add missing include statements This fixes "implicit declaration of function ..." warnings/errors. Change-Id: I07d0f6a60fdb34acef6a11a00f6e528adece150f --- btif/src/bluetooth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/btif/src/bluetooth.c b/btif/src/bluetooth.c index 6e4d716c3..4bfebf7a4 100644 --- a/btif/src/bluetooth.c +++ b/btif/src/bluetooth.c @@ -58,6 +58,8 @@ #include "stack_manager.h" #include "btif_config.h" #include "btif/include/btif_debug_btsnoop.h" +#include "btif/include/btif_debug_conn.h" +#include "btif/include/btif_media.h" /************************************************************************************ ** Constants & Macros -- 2.11.0