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
diff --git a/src/compiler/PoolAlloc.cpp b/src/compiler/PoolAlloc.cpp
index 39567de..7e348ca 100644
--- a/src/compiler/PoolAlloc.cpp
+++ b/src/compiler/PoolAlloc.cpp
@@ -9,6 +9,7 @@
 #ifndef _MSC_VER
 #include <stdint.h>
 #endif
+#include <stdio.h>
 
 #include "compiler/InitializeGlobals.h"
 #include "compiler/osinclude.h"