aboutsummaryrefslogtreecommitdiffstats
path: root/games/fkiss/files/patch-aa
blob: d2e6186a5fc8e4933a1df96daf1f2bf874607e86 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- sound.c.orig    Sat Sep  7 16:49:25 2002
+++ sound.c Sat Sep  7 16:49:46 2002
@@ -40,7 +40,7 @@
 #ifdef __FreeBSD__
 # define USE_DSP
 # define DEV_SOUND "/dev/dsp"
-# include <machine/soundcard.h>
+# include <sys/soundcard.h>
 #endif
 
 #ifndef DEV_SOUND