commit | 6cdd2b37d7be0402a6a826b63dbdce3f4e930ffb | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Dec 29 12:59:11 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Dec 29 12:59:11 2014 -0800 |
tree | 64ba567dc7b98584aa0367c47b76e269021d7e42 | |
parent | ce0bbb97c12b712b75d0df42ce2f6e3f35d8db72 [diff] |
Fix missing #includes in hardware/libhardware. Change-Id: If7c72054bf79b89c3d7a544956da671c3b404269
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"