commit | 1b9cafae1b1e711bff852c9d13eda40e421e9300 | [log] [tgz] |
---|---|---|
author | Polina Bondarenko <pbond@google.com> | Tue Jan 26 14:16:16 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jan 26 14:16:16 2016 +0000 |
tree | 4ba231cc6688988c4ca63949b7038c7a0f318623 | |
parent | 39f0c823b3acd1b4d32fb1d5637af6d66e319f80 [diff] | |
parent | 81b83b3b16f36efede026c2090a8cff39ed7b949 [diff] |
Merge "Added errno declaration to hardware_properties.h"
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>