compile fix for mandrake

This commit is contained in:
Bill Currie 2001-12-06 20:34:58 +00:00
parent b8df7c0e9e
commit 6039c210a7
1 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,12 @@ static const char rcsid[] =
#ifdef HAVE_SYS_MMAN_H
# include <sys/mman.h>
#endif
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif
#ifdef HAVE_SYS_SOUNDCARD_H
# include <sys/soundcard.h>
#elif defined HAVE_LINUX_SOUNDCARD_H