aboutsummaryrefslogtreecommitdiffstats
path: root/emulator
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2012-07-12 18:25:13 -0700
committerJesse Hall <jessehall@google.com>2012-07-12 18:25:13 -0700
commita06273f0c5b2a1714e2f9350660979b0fd7fe7e1 (patch)
tree0741d0147ff4f4737c244ed413b275419fdfe9c6 /emulator
parentdd42d0f5b99690688a11f65128a03cdfe49561b6 (diff)
downloadsdk-a06273f0c5b2a1714e2f9350660979b0fd7fe7e1.zip
sdk-a06273f0c5b2a1714e2f9350660979b0fd7fe7e1.tar.gz
sdk-a06273f0c5b2a1714e2f9350660979b0fd7fe7e1.tar.bz2
Fix OSX emulator build due to missing header
Change-Id: I84133fb36d8f15ed33e6bcba2be158e43c903901
Diffstat (limited to 'emulator')
-rw-r--r--emulator/opengl/host/include/libOpenglRender/render_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulator/opengl/host/include/libOpenglRender/render_api.h b/emulator/opengl/host/include/libOpenglRender/render_api.h
index 527aba1..990903e 100644
--- a/emulator/opengl/host/include/libOpenglRender/render_api.h
+++ b/emulator/opengl/host/include/libOpenglRender/render_api.h
@@ -30,6 +30,7 @@
extern "C" {
#endif
+#include <stdlib.h>
#include "render_api_platform_types.h"
#if defined(RENDER_API_NO_PROTOTYPES)