commit | 81b83b3b16f36efede026c2090a8cff39ed7b949 | [log] [tgz] |
---|---|---|
author | Polina Bondarenko <pbond@google.com> | Tue Jan 26 14:26:37 2016 +0100 |
committer | Polina Bondarenko <pbond@google.com> | Tue Jan 26 14:26:37 2016 +0100 |
tree | c1befe70da10e329b0a4b83ba4b1be11a25e2317 | |
parent | 1c408b07ed6cb39ccdd995caa53737969492b977 [diff] |
Added errno declaration to hardware_properties.h Bug: 22407109 Change-Id: I1675916c811fdbec88846042f018df57a4af8963
diff --git a/modules/hardware_properties/hardware_properties.c b/modules/hardware_properties/hardware_properties.c index d8bf037..81675e0 100644 --- a/modules/hardware_properties/hardware_properties.c +++ b/modules/hardware_properties/hardware_properties.c
@@ -14,6 +14,8 @@ * limitations under the License. */ +#include <errno.h> + #include <hardware/hardware.h> #include <hardware/hardware_properties.h>