Merge "Don't rely on transitively included headers" am: 45eeea2dcd am: 18e92a5495 am: f89ee4038e
am: b84d541c1e

Change-Id: Ifd346833e37b3fb3e8291c132a2a393ad052fb37
diff --git a/libutils/SystemClock.cpp b/libutils/SystemClock.cpp
index 28fc351..73ec1be 100644
--- a/libutils/SystemClock.cpp
+++ b/libutils/SystemClock.cpp
@@ -23,9 +23,9 @@
 
 #include <utils/SystemClock.h>
 
-#include <sys/time.h>
 #include <string.h>
 #include <errno.h>
+#include <time.h>
 
 #include <cutils/compiler.h>