summaryrefslogtreecommitdiffstats
path: root/WebKitTools
diff options
context:
space:
mode:
authorJack Palevich <jackpal@google.com>2009-06-25 09:39:53 -0700
committerJack Palevich <jackpal@google.com>2009-06-25 09:39:53 -0700
commitb942d9091176fe51d6235a43faa572ce17bd1bb5 (patch)
tree0d7790f4a6f42605fc0eea63df6d953db80e19a0 /WebKitTools
parent8e9f67b9834f365c57d100235015643b9dceafa1 (diff)
downloadexternal_webkit-b942d9091176fe51d6235a43faa572ce17bd1bb5.zip
external_webkit-b942d9091176fe51d6235a43faa572ce17bd1bb5.tar.gz
external_webkit-b942d9091176fe51d6235a43faa572ce17bd1bb5.tar.bz2
Make this host tool compile with GCC 4.4
It has a dependency on cstdio (aka stdio.h), but was not explicitly including it. In previous versions of GCC the cstdio file was implictly included as a side-effect of including another library. This change is backwards compatible with earlier versions of GCC.
Diffstat (limited to 'WebKitTools')
-rw-r--r--WebKitTools/android/webkitmerge/webkitmerge.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKitTools/android/webkitmerge/webkitmerge.cpp b/WebKitTools/android/webkitmerge/webkitmerge.cpp
index 9bd5253..768da82 100644
--- a/WebKitTools/android/webkitmerge/webkitmerge.cpp
+++ b/WebKitTools/android/webkitmerge/webkitmerge.cpp
@@ -26,6 +26,7 @@
#include <map>
#include <string>
#include <vector>
+#include <cstdio>
#include <stdlib.h>
#include <string.h>