Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Unified Diff: ppapi/lib/gl/egl/egldriver.c

Issue 6711047: Fix up some types in the API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mo' fixes Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698