# HG changeset patch # User Pavel Jank # Date 1003178664 0 # Node ID 21d7408e0d865e6f1c30af20f2e891995e595ad1 # Parent 51a89919bc4efce850f5aff56592b538eaaff96a Include also on systems without . diff -r 51a89919bc4e -r 21d7408e0d86 src/sound.c --- a/src/sound.c Mon Oct 15 16:17:51 2001 +0000 +++ b/src/sound.c Mon Oct 15 20:44:24 2001 +0000 @@ -35,6 +35,10 @@ #include #include "syssignal.h" +#ifndef MSDOS +#include +#endif + /* FreeBSD has machine/soundcard.h. Voxware sound driver docs mention sys/soundcard.h. So, let's try whatever's there. */ @@ -45,7 +49,6 @@ #include #endif #ifdef HAVE_SOUNDCARD_H -#include #include #endif