summaryrefslogtreecommitdiff
path: root/emulators/wine/patches/patch-ad
blob: 01eaca0eccb0aa6326b28a4dab49df4063b42053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ad,v 1.2 1998/08/07 10:40:35 agc Exp $

--- multimedia/audio.c.orig	Sun May 31 18:14:49 1998
+++ multimedia/audio.c	Tue Jun 16 23:58:24 1998
@@ -28,11 +28,14 @@
 
 #ifdef HAVE_OSS
 
+#ifdef __NetBSD__
+#include <soundcard.h>
 #ifdef HAVE_MACHINE_SOUNDCARD_H
 # include <machine/soundcard.h>
 #endif
 #ifdef HAVE_SYS_SOUNDCARD_H
 # include <sys/soundcard.h>
+#endif
 #endif
 
 #define SOUND_DEV "/dev/dsp"