mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
One step closer to BSD working. Now just needs some work on autoconfiscation... Yech.
This commit is contained in:
parent
19315a399f
commit
89412eee10
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue