Chromium Code Reviews| 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" |
|
piman
2011/03/24 03:41:36
This include should be first
neb
2011/03/25 21:27:10
Unfortunately, Mesa's egldriver.h relies on NULL b
|
| #include "third_party/mesa/MesaLib/src/egl/main/eglconfig.h" |