summaryrefslogtreecommitdiff
path: root/media-libs/a52dec/files/a52dec-0.7.4-freebsd.patch
blob: 6e33f18911b33987b4fe7b9004be51bf7a5fd264 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libao/audio_out_oss.c	2002-04-28 12:23:02 +0200
+++ libao/audio_out_oss.c	2005-07-23 15:42:50 +0200
@@ -35,7 +35,7 @@
 #if defined(__OpenBSD__)
 #include <soundcard.h>
 #elif defined(__FreeBSD__)
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
 #ifndef AFMT_S16_NE
 #include <machine/endian.h>
 #if BYTE_ORDER == LITTLE_ENDIAN