diff options
Diffstat (limited to 'devel/gauche-sdl/files/patch-src::mixer::gauche-sdl-mixer.h')
-rw-r--r-- | devel/gauche-sdl/files/patch-src::mixer::gauche-sdl-mixer.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gauche-sdl/files/patch-src::mixer::gauche-sdl-mixer.h b/devel/gauche-sdl/files/patch-src::mixer::gauche-sdl-mixer.h new file mode 100644 index 000000000000..a4f27f143371 --- /dev/null +++ b/devel/gauche-sdl/files/patch-src::mixer::gauche-sdl-mixer.h @@ -0,0 +1,11 @@ +--- src/mixer/gauche-sdl-mixer.h.orig Sun Feb 15 18:31:18 2004 ++++ src/mixer/gauche-sdl-mixer.h Sun Feb 15 18:31:38 2004 +@@ -20,7 +20,7 @@ + + #include "../gauche-sdl.h" + +-#include <SDL/SDL_mixer.h> ++#include <SDL_mixer.h> + + /***************************************************************************** + * Mixer |