commit | 6850e3364800487eb4c7b5f9ab5a6e366a9a11eb | [log] [tgz] |
---|---|---|
author | Arman Uguray <armansito@google.com> | Fri May 29 15:07:51 2015 -0700 |
committer | Arman Uguray <armansito@google.com> | Mon Jun 01 22:33:09 2015 +0000 |
tree | 2d295aa227523f743e342f3b5621a4728cbf4609 | |
parent | a2647d0f5b0078d95d547a96548462b910bd453c [diff] [blame] |
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
diff --git a/stack/btu/btu_task.c b/stack/btu/btu_task.c index e2b899e..41170f0 100644 --- a/stack/btu/btu_task.c +++ b/stack/btu/btu_task.c
@@ -19,6 +19,7 @@ #define LOG_TAG "bt_btu_task" #include <assert.h> +#include <pthread.h> #include <stdlib.h> #include <stdio.h> #include <string.h>