summaryrefslogtreecommitdiff
path: root/audio/ac3dec/patches/patch-ab
blob: 42dc6e211ecf50299e6b60463d1f7734a4b47829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.2 2000/04/06 15:42:42 wiz Exp $

--- output_linux.c.orig	Thu Mar 30 02:51:24 2000
+++ output_linux.c	Thu Apr  6 17:28:05 2000
@@ -33,7 +33,7 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <math.h>
-#if defined(__OpenBSD__)
+#if defined(__NetBSD__) || defined (__OpenBSD__)
 #include <soundcard.h>
 #elif defined(__FreeBSD__)
 #include <machine/soundcard.h>