summaryrefslogtreecommitdiff
path: root/emulators/fmsx/files/patch-SndUnix.c
blob: 96ea70557bb68d4e875252e475ba540552d43478 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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__