diff options
author | Simon Wilson <simonwilson@google.com> | 2012-05-04 16:32:10 -0700 |
---|---|---|
committer | Simon Wilson <simonwilson@google.com> | 2012-05-04 16:32:10 -0700 |
commit | 6a52f2cbad1f191f3f14fbb0da6951ab2e0be5ca (patch) | |
tree | 512908759e0fb91bd1e517bc8c642441d3762dde | |
parent | 9eba533b82d1bb6aa8924f4da132151f82e6475c (diff) |
mixer: add missing include for sys/ioctl.h
-rw-r--r-- | mixer.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ #include <errno.h> #include <ctype.h> +#include <sys/ioctl.h> + #include <linux/ioctl.h> #define __force #define __bitwise |