Commit 89b05434 by alokp@chromium.org

Fixed compile error with gcc 4.4.

TBR=gman@chromium.org Review URL: http://codereview.appspot.com/1199047 git-svn-id: https://angleproject.googlecode.com/svn/trunk@305 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 1bcc3fd5
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#ifndef _MSC_VER #ifndef _MSC_VER
#include <stdint.h> #include <stdint.h>
#endif #endif
#include <stdio.h>
#include "compiler/InitializeGlobals.h" #include "compiler/InitializeGlobals.h"
#include "compiler/osinclude.h" #include "compiler/osinclude.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment