Fix INT32 redefined error in libjpeg.

This commit is contained in:
Apprentice-Alchemist
2022-04-14 09:48:02 +02:00
parent 0f8c5a69f2
commit de24e7bc4b

View File

@@ -1,3 +1,4 @@
#include <system/System.h>
extern "C" {
#include <sys/types.h>
@@ -8,7 +9,6 @@ extern "C" {
#include <setjmp.h>
#include <graphics/format/JPEG.h>
#include <system/System.h>
namespace lime {