summaryrefslogblamecommitdiff
path: root/games/xblast/files/patch-ac
blob: f9a3e2361966ebc12f8905b80d1bf8d53b9bb581 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                
--- sound.c.orig	Sat Sep  7 17:50:13 2002
+++ sound.c	Sat Sep  7 17:50:35 2002
@@ -110,7 +110,7 @@
 #include <sys/stat.h>
 #include <sys/wait.h>
 #ifdef __FreeBSD__
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
 #else
 #include <linux/soundcard.h>
 #endif