summaryrefslogtreecommitdiffstats
path: root/WebKit/android/TimeCounter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/TimeCounter.cpp')
-rw-r--r--WebKit/android/TimeCounter.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebKit/android/TimeCounter.cpp b/WebKit/android/TimeCounter.cpp
index 61584a7..da09b07 100644
--- a/WebKit/android/TimeCounter.cpp
+++ b/WebKit/android/TimeCounter.cpp
@@ -37,6 +37,9 @@
#include <utils/Log.h>
#include <wtf/CurrentTime.h>
+#include <sys/time.h>
+#include <time.h>
+
#if USE(JSC)
#include "JSDOMWindow.h"
#include <runtime/JSGlobalObject.h>