Skip to content
Snippets Groups Projects
Commit f84e8eaf authored by Todd T. Fries's avatar Todd T. Fries Committed by Alexandre Julliard
Browse files

Add HAVE_SOUNDCARD_H to support OpenBSD.

parent f2b84922
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment