redox/recipes/gigalomania/03_image.patch

12 lines
289 B
Diff

--- source/image.h 2018-06-17 18:09:41.601543849 +0200
+++ build/image.h 2018-06-17 18:23:39.379455831 +0200
@@ -14,7 +14,7 @@
#elif defined(__MORPHOS__)
#include <SDL/SDL_image.h>
#else
-#include <SDL_image.h>
+#include <SDL/SDL_image.h>
#endif
const int font_index_period_c = 26;