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

Merge commit '8c5d9430d2f029be0c1100f7b3c38a2fb9fe99b6' into gingerbread-plus-aosp

* commit '8c5d9430d2f029be0c1100f7b3c38a2fb9fe99b6':
  Add unistd.h for size_t typedef to fix sim-eng
This commit is contained in:
Kenny Root
2010-07-28 16:39:52 -07:00
committed by Android Git Automerger

View File

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