Merge "Fix missing <stdarg.h>."

This commit is contained in:
Elliott Hughes 2015-08-26 02:34:52 +00:00 committed by Gerrit Code Review
commit e2cda95341
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>