summaryrefslogtreecommitdiff
path: root/audio/mixer.app/patches/patch-ab
blob: 8097ef40fbe0d55752e19fb57e335331e9473be7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1.1.1 2002/07/08 02:43:01 wiz Exp $

--- Mixer.cc.orig	Wed Feb  2 01:31:42 2000
+++ Mixer.cc	Mon Feb  5 16:19:30 2001
@@ -35,6 +35,8 @@
 #include <linux/soundcard.h>
 #elif defined(__FreeBSD__)
 #include <machine/soundcard.h>
+#elif defined(__NetBSD__)
+#include <soundcard.h>
 #else
 #include <sys/soundcard.h>
 #endif