Commit f9176ce5 by Jani Hautakangas Committed by Commit Bot

GLIBC fix: size_t requires include <stddef.h>

Compiling fails with some combinations of gcc and glibc. 'size_t' does not name a type in proc_table.h Change-Id: Id79e033dc72d836788551e076ced6dbd706ce902 Reviewed-on: https://chromium-review.googlesource.com/995422Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 8836f631
...@@ -27,6 +27,7 @@ NVIDIA Corporation ...@@ -27,6 +27,7 @@ NVIDIA Corporation
Opera Software ASA Opera Software ASA
The Qt Company Ltd. The Qt Company Ltd.
Advanced Micro Devices, Inc. Advanced Micro Devices, Inc.
LG Electronics, Inc.
Jacek Caban Jacek Caban
Mark Callow Mark Callow
......
...@@ -126,3 +126,6 @@ Opera Software ASA ...@@ -126,3 +126,6 @@ Opera Software ASA
Advanced Micro Devices, Inc. Advanced Micro Devices, Inc.
Russ Lind Russ Lind
LG Electronics, Inc.
Jani Hautakangas
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#define LIBGLESV2_PROC_TABLE_H_ #define LIBGLESV2_PROC_TABLE_H_
#include <EGL/egl.h> #include <EGL/egl.h>
#include <stddef.h>
#include <utility> #include <utility>
namespace egl namespace egl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment