mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
compile fix for mandrake
This commit is contained in:
parent
b8df7c0e9e
commit
6039c210a7
1 changed files with 6 additions and 0 deletions
|
@ -40,6 +40,12 @@ static const char rcsid[] =
|
||||||
#ifdef HAVE_SYS_MMAN_H
|
#ifdef HAVE_SYS_MMAN_H
|
||||||
# include <sys/mman.h>
|
# include <sys/mman.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_STRING_H
|
||||||
|
# include <string.h>
|
||||||
|
#endif
|
||||||
|
#ifdef HAVE_STRINGS_H
|
||||||
|
# include <strings.h>
|
||||||
|
#endif
|
||||||
#ifdef HAVE_SYS_SOUNDCARD_H
|
#ifdef HAVE_SYS_SOUNDCARD_H
|
||||||
# include <sys/soundcard.h>
|
# include <sys/soundcard.h>
|
||||||
#elif defined HAVE_LINUX_SOUNDCARD_H
|
#elif defined HAVE_LINUX_SOUNDCARD_H
|
||||||
|
|
Loading…
Reference in a new issue