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

Unified Diff: third_party/mesa/MesaLib/src/glsl/glsl_parser_extras.h

Issue 10825442: Fix the compile errors for mesa on Android (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | third_party/mesa/MesaLib/src/glsl/ir.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mesa/MesaLib/src/glsl/glsl_parser_extras.h
diff --git a/third_party/mesa/MesaLib/src/glsl/glsl_parser_extras.h b/third_party/mesa/MesaLib/src/glsl/glsl_parser_extras.h
index ddc2138b765a73ebcee139aca201ce526bc95787..44e789a6ef3d0888ad27ed517edb68f7641d30c2 100644
--- a/third_party/mesa/MesaLib/src/glsl/glsl_parser_extras.h
+++ b/third_party/mesa/MesaLib/src/glsl/glsl_parser_extras.h
@@ -31,7 +31,7 @@
#ifdef __cplusplus
-#include <cstdlib>
+#include <stdlib.h>
#include "glsl_symbol_table.h"
enum _mesa_glsl_parser_targets {
« no previous file with comments | « no previous file | third_party/mesa/MesaLib/src/glsl/ir.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698