13 lines
387 B
Text
13 lines
387 B
Text
$NetBSD: patch-ab,v 1.3 2003/06/03 15:43:50 jschauma Exp $
|
|
|
|
--- Mixer.cc.orig Sun Sep 15 12:42:33 2002
|
|
+++ Mixer.cc Tue Jun 3 11:42:48 2003
|
|
@@ -35,7 +35,7 @@
|
|
#include <linux/soundcard.h>
|
|
#elif defined(__FreeBSD__)
|
|
#include <machine/soundcard.h>
|
|
-#elif defined(__OpenBSD__)
|
|
+#elif defined(__NetBSD__) || defined(__OpenBSD__)
|
|
#include <soundcard.h>
|
|
#else
|
|
#include <sys/soundcard.h>
|