aboutsummaryrefslogtreecommitdiffstats
path: root/src/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound.c')
-rw-r--r--src/sound.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sound.c b/src/sound.c
index 3869f3a57ff..6fd23c9ad64 100644
--- a/src/sound.c
+++ b/src/sound.c
@@ -56,9 +56,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
56/* BEGIN: Non Windows Includes */ 56/* BEGIN: Non Windows Includes */
57#ifndef WINDOWSNT 57#ifndef WINDOWSNT
58 58
59#ifndef MSDOS
60#include <sys/ioctl.h> 59#include <sys/ioctl.h>
61#endif
62 60
63/* FreeBSD has machine/soundcard.h. Voxware sound driver docs mention 61/* FreeBSD has machine/soundcard.h. Voxware sound driver docs mention
64 sys/soundcard.h. So, let's try whatever's there. */ 62 sys/soundcard.h. So, let's try whatever's there. */