mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
782788ada7
PR: ports/62892 Submitted by: Erik Greenwald <erik@smluc.org>
11 lines
258 B
C
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 */
|