commit | 7cdbd68610d4af85498c656ef7cadc4d60168c45 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Sep 13 16:30:12 2021 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Sep 15 14:59:24 2021 -0700 |
tree | 10edeb4156a80f6ef28805177ef2a47ff4ba4878 | |
parent | 733dd0f1e9e64493b167b9d3b771520dcfed0a13 [diff] [blame] |
Fix framworks/base compiling against musl Add missing includes that are not transitively provided when compiling against musl. Bug: 190084016 Test: m USE_HOST_MUSL=true Change-Id: Ia22c3df2e904e7a479bb636b7db22e5a0c341b98
diff --git a/tools/streaming_proto/Errors.cpp b/tools/streaming_proto/Errors.cpp index 0cd9037..6890d99 100644 --- a/tools/streaming_proto/Errors.cpp +++ b/tools/streaming_proto/Errors.cpp
@@ -1,5 +1,6 @@ #include "Errors.h" +#include <stdarg.h> #include <stdlib.h> namespace android {