diff options
Diffstat (limited to 'emulators/snes9x/files/patch-ad')
-rw-r--r-- | emulators/snes9x/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/snes9x/files/patch-ad b/emulators/snes9x/files/patch-ad new file mode 100644 index 000000000000..310155cdf69a --- /dev/null +++ b/emulators/snes9x/files/patch-ad @@ -0,0 +1,11 @@ +--- unix/unix.cpp.orig Sat Mar 27 15:20:06 1999 ++++ unix/unix.cpp Sat Mar 27 15:20:14 1999 +@@ -57,7 +57,7 @@ + #endif + + #ifdef __linux +-#include <sys/soundcard.h> ++#include <machine/soundcard.h> + #endif + + #ifdef __sun |