From c60978b2e03e6c00896306e3faeb2a84916b494c Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 27 Sep 2010 00:19:43 +0800 Subject: android: Fix build with bionic. --- src/glsl/ralloc.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/glsl/ralloc.c') diff --git a/src/glsl/ralloc.c b/src/glsl/ralloc.c index 6a5eac6b9a..757ab5c76b 100644 --- a/src/glsl/ralloc.c +++ b/src/glsl/ralloc.c @@ -46,6 +46,10 @@ #endif #endif +#ifdef ANDROID +#define SIZE_MAX UINT32_MAX +#endif + #define CANARY 0x5A1106 struct ralloc_header -- cgit v1.2.3