| Index: ppapi/lib/gl/egl/egldriver.c
|
| diff --git a/ppapi/lib/gl/egl/egldriver.c b/ppapi/lib/gl/egl/egldriver.c
|
| index 90f573e0cf344b539cc069f2095499262238081e..240063e475f03c712443e6fa2ef503222c556d8f 100644
|
| --- a/ppapi/lib/gl/egl/egldriver.c
|
| +++ b/ppapi/lib/gl/egl/egldriver.c
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "third_party/mesa/MesaLib/src/egl/main/egldriver.h"
|
|
|
| #include "third_party/mesa/MesaLib/src/egl/main/eglconfig.h"
|
|
|