summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-12-30 12:21:17 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-30 12:21:17 +0000
commit06fcfc506c44724bbd8089e8971b77aa8edfdde8 (patch)
treed90ab7259a205a90e9e5fc4445da388a8430d53a /modules
parent7b30900df70f34cb24c676e458c322ba9e8525d6 (diff)
parent02e3094598ced8b05c9614d6070556d20328ef43 (diff)
downloadhardware_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')
-rw-r--r--modules/usbaudio/alsa_device_proxy.c2
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"