summaryrefslogtreecommitdiffstats
path: root/modules/local_time/local_time_hw.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-30 21:28:00 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-30 21:28:00 +0000
commit535cd57708b4b9a65ba76837911b798ae805bc3d (patch)
treeb7d4e207b12366ba4e07c5e86f70a9d7fb13a20d /modules/local_time/local_time_hw.c
parentebdf1286e7d68da84f7d23287dcae17a2dbca7e3 (diff)
parent06b402dd10f6d6d0e2ee0127e9254d0bd7f480fe (diff)
downloadhardware_libhardware-535cd57708b4b9a65ba76837911b798ae805bc3d.zip
hardware_libhardware-535cd57708b4b9a65ba76837911b798ae805bc3d.tar.gz
hardware_libhardware-535cd57708b4b9a65ba76837911b798ae805bc3d.tar.bz2
am 06b402dd: am ac41815a: Merge "Add missing includes."
* commit '06b402dd10f6d6d0e2ee0127e9254d0bd7f480fe': Add missing includes.
Diffstat (limited to 'modules/local_time/local_time_hw.c')
-rw-r--r--modules/local_time/local_time_hw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/local_time/local_time_hw.c b/modules/local_time/local_time_hw.c
index 308f7d9..ac597f4 100644
--- a/modules/local_time/local_time_hw.c
+++ b/modules/local_time/local_time_hw.c
@@ -18,9 +18,10 @@
//#define LOG_NDEBUG 0
#include <errno.h>
+#include <malloc.h>
#include <stdint.h>
+#include <string.h>
#include <sys/time.h>
-#include <linux/time.h>
#include <cutils/log.h>