(OSX PPC) Buildfixes

This commit is contained in:
Neville 2015-03-31 02:47:51 +11:00
parent 6774187790
commit 672c19074f
4 changed files with 6 additions and 0 deletions

View File

@ -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__)

View File

@ -24,6 +24,7 @@
#define _RPNG_COMMON_H
#include <retro_inline.h>
#include <stdint.h>
#undef GOTO_END_ERROR
#define GOTO_END_ERROR() do { \

View File

@ -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>

View File

@ -15,6 +15,7 @@
*/
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <formats/tga.h>