summaryrefslogtreecommitdiffstats
path: root/modules/local_time/local_time_hw.c
diff options
context:
space:
mode:
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>