Add HAVE_SOUNDCARD_H to support OpenBSD.
This commit is contained in:
parent
f2b8492285
commit
f84e8eaf8a
|
@ -175,6 +175,9 @@ struct IDirectSound3DBufferImpl
|
|||
# ifdef HAVE_SYS_SOUNDCARD_H
|
||||
# include <sys/soundcard.h>
|
||||
# endif
|
||||
# ifdef HAVE_SOUNDCARD_H
|
||||
# include <soundcard.h>
|
||||
# endif
|
||||
|
||||
/* #define USE_DSOUND3D 1 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue