aboutsummaryrefslogtreecommitdiff
path: root/mixer.c
diff options
context:
space:
mode:
authorSimon Wilson <simonwilson@google.com>2012-05-04 16:32:10 -0700
committerSimon Wilson <simonwilson@google.com>2012-05-04 16:32:10 -0700
commit6a52f2cbad1f191f3f14fbb0da6951ab2e0be5ca (patch)
tree512908759e0fb91bd1e517bc8c642441d3762dde /mixer.c
parent9eba533b82d1bb6aa8924f4da132151f82e6475c (diff)
mixer: add missing include for sys/ioctl.h
Diffstat (limited to 'mixer.c')
-rw-r--r--mixer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mixer.c b/mixer.c
index 4a39a43..9514528 100644
--- a/mixer.c
+++ b/mixer.c
@@ -34,6 +34,8 @@
#include <errno.h>
#include <ctype.h>
+#include <sys/ioctl.h>
+
#include <linux/ioctl.h>
#define __force
#define __bitwise