summaryrefslogtreecommitdiffstats
path: root/mixer.c
diff options
context:
space:
mode:
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 dbbd418282..3b7a21934c 100644
--- a/mixer.c
+++ b/mixer.c
@@ -1,6 +1,8 @@
#include <string.h>
+#ifndef __MINGW32__
#include <sys/ioctl.h>
+#endif
#include <fcntl.h>
#include <stdio.h>
#include <unistd.h>