mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
10 lines
234 B
Diff
10 lines
234 B
Diff
--- source/stdafx.h 2018-06-17 18:09:41.729534046 +0200
|
|
+++ build/stdafx.h 2018-06-17 18:18:54.353160159 +0200
|
|
@@ -20,5 +20,5 @@
|
|
#elif defined(__MORPHOS__)
|
|
#include <SDL/SDL.h>
|
|
#else
|
|
-#include <sdl.h>
|
|
+#include <SDL/SDL.h>
|
|
#endif
|