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/bit/print.cpp b/tools/bit/print.cpp index 35feda1..8bc6f16 100644 --- a/tools/bit/print.cpp +++ b/tools/bit/print.cpp
@@ -17,6 +17,7 @@ #include "print.h" #include <sys/ioctl.h> +#include <stdarg.h> #include <stdio.h> #include <unistd.h>