Merge "graphics: Include stddef.h for size_t."

This commit is contained in:
Mattias Nissler 2016-02-03 21:37:39 +00:00 committed by Android (Google) Code Review
commit e98d9a076d
1 changed files with 1 additions and 0 deletions

View File

@ -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