Add HAVE_SOUNDCARD_H to support OpenBSD.

oldstable
Todd T. Fries 2000-01-15 22:19:56 +00:00 committed by Alexandre Julliard
parent f2b8492285
commit f84e8eaf8a
1 changed files with 3 additions and 0 deletions

View File

@ -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 */