aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mpg123/files/patch-af
blob: 36f059cfb49357dcec5fdde0e3ecbfd8fc27302d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- audio_oss.c.orig    Sat Jan 31 23:14:08 1998
+++ audio_oss.c Sun May 12 15:35:49 2002
@@ -31,7 +31,7 @@
 #elif defined(__bsdi__)
 #include <sys/soundcard.h>
 #else
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
 #endif

 int audio_open(struct audio_info_struct *ai)