Chromium Code Reviews| Index: third_party/hwcplus/include/system/graphics.h |
| diff --git a/third_party/hwcplus/include/system/graphics.h b/third_party/hwcplus/include/system/graphics.h |
| index be86ae42b1ad1fedf5363407bbaec27a39035ae6..4ba6a9e9f173f21a8cba2b75045a4bd1670d2bc6 100644 |
| --- a/third_party/hwcplus/include/system/graphics.h |
| +++ b/third_party/hwcplus/include/system/graphics.h |
| @@ -18,6 +18,9 @@ |
| #define SYSTEM_CORE_INCLUDE_ANDROID_GRAPHICS_H |
| #include <stdint.h> |
| +#ifndef ANDROID |
| +#include <stddef.h> |
| +#endif |
| #ifdef __cplusplus |
| extern "C" { |