 Chromium Code Reviews
 Chromium Code Reviews Issue 252583002:
  Make it possible to build libhardware.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@hwc2
    
  
    Issue 252583002:
  Make it possible to build libhardware.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@hwc2| 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..1cd753fed73abec176bf003edc5426d2be104d0c 100644 | 
| --- a/third_party/hwcplus/include/system/graphics.h | 
| +++ b/third_party/hwcplus/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> | 
| 
rjkroege
2014/04/25 21:28:07
same comment: add #ifdef?
 | 
| #include <stdint.h> | 
| #ifdef __cplusplus |