diff options
Diffstat (limited to 'emulators/darcnes/files/patch-snd_unix.c')
-rw-r--r-- | emulators/darcnes/files/patch-snd_unix.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/darcnes/files/patch-snd_unix.c b/emulators/darcnes/files/patch-snd_unix.c new file mode 100644 index 000000000000..18290f5fc77c --- /dev/null +++ b/emulators/darcnes/files/patch-snd_unix.c @@ -0,0 +1,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 + |