summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/AndroidLog.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/android/AndroidLog.h')
-rw-r--r--Source/WebKit/android/AndroidLog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/android/AndroidLog.h b/Source/WebKit/android/AndroidLog.h
index 3d3eaaa..8f54c02 100644
--- a/Source/WebKit/android/AndroidLog.h
+++ b/Source/WebKit/android/AndroidLog.h
@@ -27,6 +27,7 @@
#define AndroidLog_h
#ifdef ANDROID_DOM_LOGGING
+#include <utils/Log.h>
#include <stdio.h>
extern FILE* gDomTreeFile;
#define DOM_TREE_LOG_FILE "/sdcard/domTree.txt"