1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/games/fkiss/files/patch-aa

12 lines
257 B
Plaintext

--- 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