commit | db24c3872245498c3333865d6f124c697cf71486 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 26 02:38:51 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 26 02:38:51 2015 +0000 |
tree | c3091bc730ce96ae26ef40c0d7f577133b075918 | |
parent | 7bf2b85e085f2027988e44a164f0bd5420cc2d43 [diff] | |
parent | 26b51638c4af595f2700e8f54581dc2d511bd6b0 [diff] |
Merge "Don't build 32-bit host libadb."
diff --git a/fastboot/engine.cpp b/fastboot/engine.cpp index bda6ad8..a0e990a 100644 --- a/fastboot/engine.cpp +++ b/fastboot/engine.cpp
@@ -30,6 +30,7 @@ #include "fs.h" #include <errno.h> +#include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h>