mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
12 lines
289 B
Diff
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;
|