From 3ab8b859c24fcdee49a48ded183e42690775eedd Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 25 Aug 2015 19:34:13 -0700 Subject: [PATCH] Fix missing . system/core/fastboot/engine.cpp:84:5: error: use of undeclared identifier 'va_start' Change-Id: I8aff9a40d33f403c0d0d91a15638863fe24dca2e --- fastboot/engine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/fastboot/engine.cpp b/fastboot/engine.cpp index bda6ad8e1..a0e990a85 100644 --- a/fastboot/engine.cpp +++ b/fastboot/engine.cpp @@ -30,6 +30,7 @@ #include "fs.h" #include +#include #include #include #include