diff mixer.c @ 9772:6586ec1f6ee4

MINGW32 port
author faust3
date Mon, 31 Mar 2003 17:32:46 +0000
parents 12b1790038b0
children 4e8f8efb6906
line wrap: on
line diff
--- a/mixer.c	Mon Mar 31 17:08:16 2003 +0000
+++ b/mixer.c	Mon Mar 31 17:32:46 2003 +0000
@@ -1,6 +1,8 @@
 
 #include <string.h>
+#ifndef __MINGW32__
 #include <sys/ioctl.h>
+#endif
 #include <fcntl.h>
 #include <stdio.h>
 #include <unistd.h>