summaryrefslogblamecommitdiff
path: root/emulators/darcnes/files/patch-aa
blob: 18290f5fc77cdb3398b6242e00c88e01a6156ec5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                
--- snd_unix.c.orig	Wed Oct 23 20:11:53 2002
+++ snd_unix.c	Wed Oct 23 20:12:07 2002
@@ -23,7 +23,7 @@
 #endif
 
 #ifdef SYSTEM_FREEBSD
-#include <machine/soundcard.h>
+#include <sys/soundcard.h>
 #define SOUND_DEVICE "/dev/dsp"
 #endif