One step closer to BSD working. Now just needs some work on autoconfiscation... Yech.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-08-25 16:34:28 +00:00
parent 19315a399f
commit 89412eee10
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ static const char rcsid[] =
#ifdef HAVE_SYS_MMAN_H
# include <sys/mman.h>
#endif
#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h>
#endif
#ifdef HAVE_SYS_SOUNDCARD_H
# include <sys/soundcard.h>
#elif defined HAVE_LINUX_SOUNDCARD_H