(OSX PPC) Buildfixes
This commit is contained in:
parent
6774187790
commit
672c19074f
|
@ -26,9 +26,11 @@
|
|||
#endif
|
||||
#include "../../file_ops.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stddef.h>
|
||||
#include <boolean.h>
|
||||
#include "../../general.h"
|
||||
|
||||
#if defined(__CELLOS_LV2__) || defined(__PSLIGHT__)
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#define _RPNG_COMMON_H
|
||||
|
||||
#include <retro_inline.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#undef GOTO_END_ERROR
|
||||
#define GOTO_END_ERROR() do { \
|
||||
|
|
|
@ -23,8 +23,10 @@
|
|||
#include <formats/rpng.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <boolean.h>
|
||||
|
||||
#ifdef GEKKO
|
||||
#include <malloc.h>
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <formats/tga.h>
|
||||
|
|
Loading…
Reference in New Issue