Fix missing <stdarg.h>.

system/core/fastboot/engine.cpp:84:5: error: use of undeclared identifier 'va_start'

Change-Id: I8aff9a40d33f403c0d0d91a15638863fe24dca2e
This commit is contained in:
Elliott Hughes 2015-08-25 19:34:13 -07:00
parent 04b94b2571
commit 3ab8b859c2
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include "fs.h"
#include <errno.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>