From 6850e3364800487eb4c7b5f9ab5a6e366a9a11eb Mon Sep 17 00:00:00 2001 From: Arman Uguray Date: Fri, 29 May 2015 15:07:51 -0700 Subject: [PATCH] gn-build: Get //stack:stack to compile This CL adds a missing include to get the //stack:stack target to compile. BUG=21339022 Change-Id: Ie41816514c97ddcb1e4f1f0b9481364a563d8b9b --- stack/btu/btu_task.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stack/btu/btu_task.c b/stack/btu/btu_task.c index e2b899efd..41170f020 100644 --- a/stack/btu/btu_task.c +++ b/stack/btu/btu_task.c @@ -19,6 +19,7 @@ #define LOG_TAG "bt_btu_task" #include +#include #include #include #include -- 2.11.0