Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe5684ef authored by Andy McFadden's avatar Andy McFadden
Browse files

Try to fix Mac build.

Throwing in an include of <unistd.h> and <sys/types.h> to get off_t
defined.  Might work.
parent cf63d5d0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>