aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/fmsx/files/patch-ac
blob: 344547b0df0f9fd27a2b5fa34b5b94fd2c9a311c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- SndUnix.c.orig  Mon Oct 13 00:19:55 2003
+++ SndUnix.c   Mon Oct 13 00:20:18 2003
@@ -73,7 +73,7 @@
 
 #else /* SUN_AUDIO */
    
-#ifdef LINUX
+#if defined(LINUX) || defined(__FreeBSD__)
 #include <sys/soundcard.h>
 #else
 #include <machine/soundcard.h>