summaryrefslogtreecommitdiffstats
path: root/modules/local_time
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-29 21:19:10 -0800
committerElliott Hughes <enh@google.com>2015-01-29 21:19:10 -0800
commit07c085565a3b24bb658d05b8aa08fb7420725602 (patch)
treec6f8b21c88bf00719240aa511af69759db385aea /modules/local_time
parentf4530d6eed5fa432fe9283355a265a38aea58bc6 (diff)
downloadhardware_libhardware-07c085565a3b24bb658d05b8aa08fb7420725602.zip
hardware_libhardware-07c085565a3b24bb658d05b8aa08fb7420725602.tar.gz
hardware_libhardware-07c085565a3b24bb658d05b8aa08fb7420725602.tar.bz2
Add missing includes.
Change-Id: I91730363386dae6ecb2193ec8f50ba9f8fc0ad60
Diffstat (limited to 'modules/local_time')
-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>