aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mppdec/files/patch-mppdec.h
blob: d838afd8cb47b50730b8ef454c3beeceee0b9f16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mppdec.h.orig   Mon Mar 31 15:42:01 2003
+++ mppdec.h    Mon Mar 31 15:42:13 2003
@@ -129,7 +129,7 @@
 # elif defined __bsdi__
 #  include <sys/soundcard.h>
 # elif defined __FreeBSD__
-#  include <machine/soundcard.h>
+#  include <sys/soundcard.h>
 # elif defined __NetBSD__  ||  defined __OpenBSD__
 #  include <soundcard.h>
 # else