Merge "Add unistd.h for size_t typedef to fix sim-eng" into gingerbread

This commit is contained in:
Kenny Root
2010-07-28 16:37:20 -07:00
committed by Android (Google) Code Review

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; }