Add unistd.h for size_t typedef to fix sim-eng

Change-Id: Ida4f1742547f39539b601f13182c722aa7cf863e
This commit is contained in:
Kenny Root 2010-07-28 16:31:24 -07:00 committed by Alex Ray
parent c28f214f6c
commit b9590bde9a
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <utils/FileMap.h>
#include <utils/StreamingZipInflater.h>
#include <string.h>
#include <unistd.h>
#include <assert.h>
static inline size_t min(size_t a, size_t b) { return (a < b) ? a : b; }