1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/devel/gauche-sdl/files/patch-src::image::gauche-sdl-image.h
Pav Lucistnik 782788ada7 Add gauche-sdl, SDL bindings for the gauche scheme environment
PR:		ports/62892
Submitted by:	Erik Greenwald <erik@smluc.org>
2004-03-02 16:56:35 +00:00

11 lines
258 B
C

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