diff options
Diffstat (limited to 'devel/gauche-sdl/files/patch-src::image::gauche-sdl-image.h')
-rw-r--r-- | devel/gauche-sdl/files/patch-src::image::gauche-sdl-image.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/gauche-sdl/files/patch-src::image::gauche-sdl-image.h b/devel/gauche-sdl/files/patch-src::image::gauche-sdl-image.h new file mode 100644 index 000000000000..33cae8af6e16 --- /dev/null +++ b/devel/gauche-sdl/files/patch-src::image::gauche-sdl-image.h @@ -0,0 +1,10 @@ +--- src/image/gauche-sdl-image.h.orig Sun Feb 15 18:29:18 2004 ++++ src/image/gauche-sdl-image.h Sun Feb 15 18:29:37 2004 +@@ -20,6 +20,6 @@ + + #include "../gauche-sdl.h" + +-#include <SDL/SDL_image.h> ++#include <SDL_image.h> + + #endif /* GAUCHE_SDL_IMAGE_H */ |