From fe5684ef3a452ab27e6f75ccb74728b6185fa558 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Tue, 26 Jan 2010 09:25:53 -0800 Subject: [PATCH] Try to fix Mac build. Throwing in an include of and to get off_t defined. Might work. --- libcutils/open_memstream.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libcutils/open_memstream.c b/libcutils/open_memstream.c index b49ef9b21..5b4388af7 100644 --- a/libcutils/open_memstream.c +++ b/libcutils/open_memstream.c @@ -46,6 +46,8 @@ */ #include #include +#include +#include #include #include #include