summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-29 21:26:35 -0800
committerElliott Hughes <enh@google.com>2015-01-29 21:26:35 -0800
commit8678c6fc0a7c2f29f1843cc3d0be23cc5908fa85 (patch)
treeb3f3dbdf20aac9363fba038a2269ef5b309f70cc /sound
parent9b1f7c8f3f7f8d52992fc48146dc0362b01dadf3 (diff)
downloadextras-8678c6fc0a7c2f29f1843cc3d0be23cc5908fa85.tar.gz
Add missing includes.
Change-Id: Ie3acca064c1bcecb4e0305e61f01ba8cea4abe03
Diffstat (limited to 'sound')
-rw-r--r--sound/playwav.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/playwav.c b/sound/playwav.c
index bb37d4a9..19a755e8 100644
--- a/sound/playwav.c
+++ b/sound/playwav.c
@@ -5,8 +5,10 @@
#include <stdlib.h>
#include <fcntl.h>
#include <stdint.h>
+#include <string.h>
#include <sys/mman.h>
#include <sys/ioctl.h>
+#include <unistd.h>
#include <linux/ioctl.h>