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:
parent
cf63d5d00f
commit
fe5684ef3a
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue