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

Unified Diff: third_party/mesa/MesaLib/src/glsl/ir.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
Index: third_party/mesa/MesaLib/src/glsl/ir.h
diff --git a/third_party/mesa/MesaLib/src/glsl/ir.h b/third_party/mesa/MesaLib/src/glsl/ir.h
index 5aa7c6da892bb0459b91307a8836567de661c0df..456c43fe7bfa890efd923306b1b8472bd4d35a81 100644
--- a/third_party/mesa/MesaLib/src/glsl/ir.h
+++ b/third_party/mesa/MesaLib/src/glsl/ir.h
@@ -26,8 +26,8 @@
#ifndef IR_H
#define IR_H
-#include <cstdio>
-#include <cstdlib>
+#include <stdio.h>
+#include <stdlib.h>
extern "C" {
#include <talloc.h>
« no previous file with comments | « third_party/mesa/MesaLib/src/glsl/glsl_parser_extras.h ('k') | third_party/mesa/MesaLib/src/mesa/main/compiler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698