$OpenBSD: patch-src_audio_dma_SDL_dmaaudio_c,v 1.1.1.1 2001/04/19 18:55:40 obecian Exp $
--- src/audio/dma/SDL_dmaaudio.c.orig	Fri Mar 30 09:50:59 2001
+++ src/audio/dma/SDL_dmaaudio.c	Fri Mar 30 09:51:19 2001
@@ -48,6 +48,9 @@ static char rcsid =
 #ifdef __FreeBSD__
 #include <machine/soundcard.h>
 #endif
+#ifdef __OpenBSD__
+#include <soundcard.h>
+#endif
 #ifdef __USLC__
 #include <sys/soundcard.h>
 #endif
