diff options
Diffstat (limited to 'emulators/fmsx/files/patch-SndUnix.c')
-rw-r--r-- | emulators/fmsx/files/patch-SndUnix.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/fmsx/files/patch-SndUnix.c b/emulators/fmsx/files/patch-SndUnix.c new file mode 100644 index 000000000000..96ea70557bb6 --- /dev/null +++ b/emulators/fmsx/files/patch-SndUnix.c @@ -0,0 +1,11 @@ +--- SndUnix.c.orig Sat Feb 28 10:19:49 2004 ++++ SndUnix.c Sat Feb 28 10:19:56 2004 +@@ -75,7 +75,7 @@ + #else /* SUN_AUDIO */ + + #ifdef __FreeBSD__ +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #endif + + #ifdef __NetBSD__ |