diff options
author | Elliott Hughes <enh@google.com> | 2014-12-29 12:59:11 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-12-29 12:59:11 -0800 |
commit | 6cdd2b37d7be0402a6a826b63dbdce3f4e930ffb (patch) | |
tree | 64ba567dc7b98584aa0367c47b76e269021d7e42 /modules | |
parent | ce0bbb97c12b712b75d0df42ce2f6e3f35d8db72 (diff) | |
download | hardware_libhardware-6cdd2b37d7be0402a6a826b63dbdce3f4e930ffb.zip hardware_libhardware-6cdd2b37d7be0402a6a826b63dbdce3f4e930ffb.tar.gz hardware_libhardware-6cdd2b37d7be0402a6a826b63dbdce3f4e930ffb.tar.bz2 |
Fix missing #includes in hardware/libhardware.
Change-Id: If7c72054bf79b89c3d7a544956da671c3b404269
Diffstat (limited to 'modules')
-rw-r--r-- | modules/usbaudio/alsa_device_proxy.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/usbaudio/alsa_device_proxy.c b/modules/usbaudio/alsa_device_proxy.c index 081c05b..676f288 100644 --- a/modules/usbaudio/alsa_device_proxy.c +++ b/modules/usbaudio/alsa_device_proxy.c @@ -20,6 +20,8 @@ #include <log/log.h> +#include <errno.h> + #include "alsa_device_proxy.h" #include "logging.h" |