commit | 0cd87cf451a7dfc42fe220ee4deccdfc430b360f | [log] [tgz] |
---|---|---|
author | Polina Bondarenko <pbond@google.com> | Tue Jan 26 17:31:39 2016 +0100 |
committer | Polina Bondarenko <pbond@google.com> | Tue Jan 26 18:45:46 2016 +0100 |
tree | 2fe56e1f68508db7d8bbbc141b1eb7de2b280cfb | |
parent | 81b83b3b16f36efede026c2090a8cff39ed7b949 [diff] [blame] |
Added log declaration to hardware_properties.h Bug: 22407109 Change-Id: I99dc10b9cea03cc0d70a742c197497e9bcd17d21
diff --git a/modules/hardware_properties/hardware_properties.c b/modules/hardware_properties/hardware_properties.c index 81675e0..89ef423 100644 --- a/modules/hardware_properties/hardware_properties.c +++ b/modules/hardware_properties/hardware_properties.c
@@ -15,6 +15,11 @@ */ #include <errno.h> +#include <stdlib.h> +#include <string.h> + +#define LOG_TAG "HardwarePropertiesHAL" +#include <utils/Log.h> #include <hardware/hardware.h> #include <hardware/hardware_properties.h>