From 33a1d436366163d396aa21a3d84099c57da4a50f Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Thu, 11 Aug 2011 19:09:33 -0700 Subject: attempt to fix SDK build. missing cdefs.h include Change-Id: Ic7dfdfe74976a459f166a7576b077965cd1fda6a --- include/system/graphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/system') diff --git a/include/system/graphics.h b/include/system/graphics.h index 77cd3370..2c97daf7 100644 --- a/include/system/graphics.h +++ b/include/system/graphics.h @@ -17,6 +17,8 @@ #ifndef SYSTEM_CORE_INCLUDE_ANDROID_GRAPHICS_H #define SYSTEM_CORE_INCLUDE_ANDROID_GRAPHICS_H +#include + __BEGIN_DECLS /* -- cgit v1.2.3