commit | e98d9a076d6344a719ee774405c67cf5cfb11f89 | [log] [tgz] |
---|---|---|
author | Mattias Nissler <mnissler@google.com> | Wed Feb 03 21:37:39 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Feb 03 21:37:39 2016 +0000 |
tree | ca5bfe71a0eda0f99bb11e049d2d1d7f0ce2d661 | |
parent | d332779d9d1f817318c64f0f5f4e66352df07361 [diff] | |
parent | 9cf80c6b40370c2ae5b7d453a217540663f9f592 [diff] |
Merge "graphics: Include stddef.h for size_t."
diff --git a/include/system/graphics.h b/include/system/graphics.h index cf2d7de..ac5ae96 100644 --- a/include/system/graphics.h +++ b/include/system/graphics.h
@@ -17,6 +17,7 @@ #ifndef SYSTEM_CORE_INCLUDE_ANDROID_GRAPHICS_H #define SYSTEM_CORE_INCLUDE_ANDROID_GRAPHICS_H +#include <stddef.h> #include <stdint.h> #ifdef __cplusplus