diff options
| author | Mathias Agopian <mathias@google.com> | 2011-08-11 19:09:33 -0700 |
|---|---|---|
| committer | Mathias Agopian <mathias@google.com> | 2011-08-11 19:09:33 -0700 |
| commit | 33a1d436366163d396aa21a3d84099c57da4a50f (patch) | |
| tree | 71ca3ff8a8b831602c660245b2c1249ed0155c19 /include/system | |
| parent | 8968195b197504b290451e136f2a01757ae1430c (diff) | |
| download | system_core-33a1d436366163d396aa21a3d84099c57da4a50f.tar.gz system_core-33a1d436366163d396aa21a3d84099c57da4a50f.tar.bz2 system_core-33a1d436366163d396aa21a3d84099c57da4a50f.zip | |
attempt to fix SDK build.
missing cdefs.h include
Change-Id: Ic7dfdfe74976a459f166a7576b077965cd1fda6a
Diffstat (limited to 'include/system')
| -rw-r--r-- | include/system/graphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <cdefs.h> + __BEGIN_DECLS /* |
