commit | deebf4715e0721d16879fa57730b5bd84fa6be71 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Sep 06 16:10:04 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Sep 06 16:10:04 2017 +0000 |
tree | 0aafe56109cf0d96567949a8a89b95f2eb0c27be | |
parent | 981ad03610724245cc26d8c0091cef6e52fbfecf [diff] | |
parent | 888b1351c869766e1706a5ad8625cf7a344972ec [diff] |
Merge "Don't rely on transitively included headers" am: 1363159d74 am: 6d76606405 am: 873a4a5494 am: 888b1351c8 Change-Id: Ia966da521d9cbb41fa65895beb7dbbdeea12f644
diff --git a/include/hardware/thermal.h b/include/hardware/thermal.h index b5b6e1d..5db6ee0 100644 --- a/include/hardware/thermal.h +++ b/include/hardware/thermal.h
@@ -19,6 +19,7 @@ #include <stdbool.h> #include <stdint.h> +#include <float.h> #include <sys/cdefs.h> #include <sys/types.h>
diff --git a/modules/hwcomposer/hwcomposer.cpp b/modules/hwcomposer/hwcomposer.cpp index fd4e90d..31e362a 100644 --- a/modules/hwcomposer/hwcomposer.cpp +++ b/modules/hwcomposer/hwcomposer.cpp
@@ -17,6 +17,7 @@ #include <errno.h> #include <fcntl.h> #include <malloc.h> +#include <string.h> #include <cutils/atomic.h> #include <log/log.h>
diff --git a/modules/local_time/local_time_hw.c b/modules/local_time/local_time_hw.c index b38d8a5..a2d1a9e 100644 --- a/modules/local_time/local_time_hw.c +++ b/modules/local_time/local_time_hw.c
@@ -21,7 +21,7 @@ #include <malloc.h> #include <stdint.h> #include <string.h> -#include <sys/time.h> +#include <time.h> #include <log/log.h>