rnd-19990205-1
[rocksndiamonds.git] / src / sound.h
index ca97ff0a39f735a7cccb6ce700b8ee949cb20f71..0811e5a21bb2c00f50f9149bea01400f1897be5c 100644 (file)
 #ifndef VOXWARE
 #define VOXWARE
 #endif
+
+#if 0
 /* where is the right declaration for 'ioctl'? */
 extern void ioctl(long, long, void *);
+#else
+#include <sys/ioctl.h>
+#endif
+
 #endif
 
 #ifdef __FreeBSD__