commit | 7bf2b85e085f2027988e44a164f0bd5420cc2d43 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 26 02:34:52 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 26 02:34:52 2015 +0000 |
tree | ba797a09f3800e8e3b68b56f0fc098a58f3bab6d | |
parent | 85db0451bc64aafb1d6f13ab56a74c40ede1a629 [diff] | |
parent | 00cc0d0322f3e4baf4aa4cb3c7810e6c2f903c08 [diff] |
Merge "Fix missing <stdarg.h>."
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>