Commit f84e8eaf authored by Todd T. Fries's avatar Todd T. Fries Committed by Alexandre Julliard

Add HAVE_SOUNDCARD_H to support OpenBSD.

parent f2b84922
...@@ -175,6 +175,9 @@ struct IDirectSound3DBufferImpl ...@@ -175,6 +175,9 @@ struct IDirectSound3DBufferImpl
# ifdef HAVE_SYS_SOUNDCARD_H # ifdef HAVE_SYS_SOUNDCARD_H
# include <sys/soundcard.h> # include <sys/soundcard.h>
# endif # endif
# ifdef HAVE_SOUNDCARD_H
# include <soundcard.h>
# endif
/* #define USE_DSOUND3D 1 */ /* #define USE_DSOUND3D 1 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment