$OpenBSD: patch-src_audio_dsp_SDL_dspaudio_c,v 1.1.1.1 2001/04/19 18:55:40 obecian Exp $
--- src/audio/dsp/SDL_dspaudio.c.orig	Fri Mar 30 09:41:13 2001
+++ src/audio/dsp/SDL_dspaudio.c	Fri Mar 30 09:42:22 2001
@@ -46,6 +46,9 @@ static char rcsid =
 #ifdef __FreeBSD__
 #include <machine/soundcard.h>
 #endif
+#ifdef __OpenBSD__
+#include <soundcard.h>
+#endif
 #ifdef __USLC__
 #include <sys/soundcard.h>
 #endif
