diff options
Diffstat (limited to 'WebCore/platform/android/SystemTimeAndroid.cpp')
-rw-r--r-- | WebCore/platform/android/SystemTimeAndroid.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/platform/android/SystemTimeAndroid.cpp b/WebCore/platform/android/SystemTimeAndroid.cpp index a3ab1ea..9ac32dc 100644 --- a/WebCore/platform/android/SystemTimeAndroid.cpp +++ b/WebCore/platform/android/SystemTimeAndroid.cpp @@ -25,6 +25,7 @@ #include "config.h" #include "SystemTime.h" + #include <sys/time.h> namespace WebCore { @@ -55,4 +56,4 @@ uint32_t get_thread_msec() #endif } -} +} // namespace WebCore |