freebsd-ports/devel/gauche-sdl/files/patch-src::image::gauche-sdl-image.h

11 lines
258 B
C
Raw Normal View History

--- 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 */