diff options
author | Heng-Ruey Hsu <henryhsu@chromium.org> | 2016-12-21 13:59:20 +0800 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-12-21 22:24:05 -0800 |
commit | 3fa6dff290d82b3d689e0700e17b52ed28ce2614 (patch) | |
tree | 140dd63b4209f2b581e842413ba38be07a330a53 | |
parent | 6f6e18ad418978096ea70e6f3c0ceb1ac41e1697 (diff) |
minigbm: fix size_t type not found
BUG=b:24674340
TEST=build pass on kevin
Change-Id: Idd780ee5e99e864ed0f97503e7b38673761201e8
Reviewed-on: https://chromium-review.googlesource.com/422808
Commit-Ready: Heng-ruey Hsu <henryhsu@chromium.org>
Tested-by: Heng-ruey Hsu <henryhsu@chromium.org>
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
-rw-r--r-- | gbm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ extern "C" { #define __GBM__ 1 +#include <stddef.h> #include <stdint.h> /** |