Fix INT32 redefined error in libjpeg.
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#include <system/System.h>
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
@@ -8,7 +9,6 @@ extern "C" {
|
|||||||
|
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
#include <graphics/format/JPEG.h>
|
#include <graphics/format/JPEG.h>
|
||||||
#include <system/System.h>
|
|
||||||
|
|
||||||
|
|
||||||
namespace lime {
|
namespace lime {
|
||||||
|
|||||||
Reference in New Issue
Block a user