diff options
Diffstat (limited to 'emulators/yape/files/patch-sound.h')
-rw-r--r-- | emulators/yape/files/patch-sound.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/yape/files/patch-sound.h b/emulators/yape/files/patch-sound.h new file mode 100644 index 000000000000..1b33377f7f49 --- /dev/null +++ b/emulators/yape/files/patch-sound.h @@ -0,0 +1,11 @@ +--- sound.h.orig Thu Oct 31 23:44:15 2002 ++++ sound.h Thu Oct 31 23:44:25 2002 +@@ -1,7 +1,7 @@ + #ifndef _SOUND_H + #define _SOUND_H + +-#include "SDL/SDL.h" ++#include "SDL.h" + + + class MEM; |