[PATCH] Fix SDL errors in lilo.c on ARM and PPC systems |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- Subject: [PATCH] Fix SDL errors in lilo.c on ARM and PPC systems
- From: Christian Quante <quante@xxxxxxxxxxxxx>
- Date: Sun, 14 Apr 2019 11:07:37 +0200
---
src/lilo.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/lilo.c b/src/lilo.c
index 1e64cc8c..74db7cb1 100644
--- a/src/lilo.c
+++ b/src/lilo.c
@@ -21,6 +21,7 @@
#ifdef HAVE_LIBZ
# include <zlib.h>
#endif
+#include <SDL_endian.h>
bool bUseLilo;
--
2.16.4
--------------48784DC7159FB51FD40FC4C5--