diff options
author | Elliott Hughes <enh@google.com> | 2014-12-30 12:21:17 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-30 12:21:17 +0000 |
commit | 06fcfc506c44724bbd8089e8971b77aa8edfdde8 (patch) | |
tree | d90ab7259a205a90e9e5fc4445da388a8430d53a /modules/usbaudio | |
parent | 7b30900df70f34cb24c676e458c322ba9e8525d6 (diff) | |
parent | 02e3094598ced8b05c9614d6070556d20328ef43 (diff) | |
download | hardware_libhardware-06fcfc506c44724bbd8089e8971b77aa8edfdde8.zip hardware_libhardware-06fcfc506c44724bbd8089e8971b77aa8edfdde8.tar.gz hardware_libhardware-06fcfc506c44724bbd8089e8971b77aa8edfdde8.tar.bz2 |
am 02e30945: Merge "Fix missing #includes in hardware/libhardware."
* commit '02e3094598ced8b05c9614d6070556d20328ef43':
Fix missing #includes in hardware/libhardware.
Diffstat (limited to 'modules/usbaudio')
-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" |