Merge "Change unistd.h to stddef.h to be correct" into gingerbread

This commit is contained in:
Chris Tate
2010-07-28 18:14:51 -07:00
committed by Android (Google) Code Review

View File

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