am 5e2e4fd5: am e2cda953: Merge "Fix missing <stdarg.h>."

* commit '5e2e4fd5c8fa4fd819b7080ad374a2a62b98ad82':
  Fix missing <stdarg.h>.
This commit is contained in:
Elliott Hughes 2015-08-26 02:49:18 +00:00 committed by Android Git Automerger
commit 12e519cc39

View file

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