summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-12-30 12:27:44 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-30 12:27:44 +0000
commite4a211d6cea818ee36ba76a425c2ec0a976caab9 (patch)
treeb6dc200cc289c7b14f315dea2757ec4ee3cdc677 /modules
parent376f182c3d55a8d266eb3b2328b3faced65b0a50 (diff)
parent06fcfc506c44724bbd8089e8971b77aa8edfdde8 (diff)
downloadhardware_libhardware-e4a211d6cea818ee36ba76a425c2ec0a976caab9.zip
hardware_libhardware-e4a211d6cea818ee36ba76a425c2ec0a976caab9.tar.gz
hardware_libhardware-e4a211d6cea818ee36ba76a425c2ec0a976caab9.tar.bz2
am 06fcfc50: am 02e30945: Merge "Fix missing #includes in hardware/libhardware."
* commit '06fcfc506c44724bbd8089e8971b77aa8edfdde8': 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 902a6d2..77e8ca3 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 "audio_logging.h"