diff options
Diffstat (limited to 'emulators/yape/files/patch-sound.h')
-rw-r--r-- | emulators/yape/files/patch-sound.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/yape/files/patch-sound.h b/emulators/yape/files/patch-sound.h index 136b745ece51..3773737d7601 100644 --- a/emulators/yape/files/patch-sound.h +++ b/emulators/yape/files/patch-sound.h @@ -7,8 +7,8 @@ $FreeBSD$ #ifndef _SOUND_H #define _SOUND_H --#include "SDL/SDL.h" -+#include "SDL.h" +-#include <SDL/SDL.h> ++#include <SDL.h> + #include "types.h" - - class MEM; + extern void init_audio(unsigned int sampleFrq = 48000); |