Try to fix Mac build.

Throwing in an include of <unistd.h> and <sys/types.h> to get off_t
defined.  Might work.
This commit is contained in:
Andy McFadden 2010-01-26 09:25:53 -08:00
parent cf63d5d00f
commit fe5684ef3a

View file

@ -46,6 +46,8 @@
*/
#include <cutils/open_memstream.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>