diff src/audio/dma/SDL_dmaaudio.c @ 1:cf2af46e9e2a

Changes since SDL 1.2.0 release
author Sam Lantinga <slouken@lokigames.com>
date Thu, 26 Apr 2001 16:50:19 +0000
parents 74212992fb08
children d3bc792e136d
line wrap: on
line diff
--- a/src/audio/dma/SDL_dmaaudio.c	Thu Apr 26 16:45:43 2001 +0000
+++ b/src/audio/dma/SDL_dmaaudio.c	Thu Apr 26 16:50:19 2001 +0000
@@ -48,6 +48,9 @@
 #ifdef __FreeBSD__
 #include <machine/soundcard.h>
 #endif
+#ifdef __OpenBSD__
+#include <soundcard.h>
+#endif
 #ifdef __USLC__
 #include <sys/soundcard.h>
 #endif