+2001-10-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+
+ * sound.c: Include <sys/ioctl.h> also on systems without
+ <soundcard.h>.
+
2001-10-15 Sam Steingold <sds@gnu.org>
* fns.c (Vafter_load_alist): Declare extern (w32 build problem).
#include <signal.h>
#include "syssignal.h"
+#ifndef MSDOS
+#include <sys/ioctl.h>
+#endif
+
/* FreeBSD has machine/soundcard.h. Voxware sound driver docs mention
sys/soundcard.h. So, let's try whatever's there. */
#include <sys/soundcard.h>
#endif
#ifdef HAVE_SOUNDCARD_H
-#include <sys/ioctl.h>
#include <soundcard.h>
#endif