summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeng-Ruey Hsu <henryhsu@chromium.org>2016-12-21 13:59:20 +0800
committerchrome-bot <chrome-bot@chromium.org>2016-12-21 22:24:05 -0800
commit3fa6dff290d82b3d689e0700e17b52ed28ce2614 (patch)
tree140dd63b4209f2b581e842413ba38be07a330a53
parent6f6e18ad418978096ea70e6f3c0ceb1ac41e1697 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbm.h b/gbm.h
index 839e2a5..03c10ec 100644
--- a/gbm.h
+++ b/gbm.h
@@ -35,6 +35,7 @@ extern "C" {
#define __GBM__ 1
+#include <stddef.h>
#include <stdint.h>
/**