mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
(GX) Buildfix
This commit is contained in:
parent
d84b08ab08
commit
9d4f1ca362
@ -29,6 +29,10 @@
|
||||
#include "rpng_common.h"
|
||||
#include "rpng_decode.h"
|
||||
|
||||
#ifdef GEKKO
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
enum png_chunk_type png_chunk_type(const struct png_chunk *chunk)
|
||||
{
|
||||
unsigned i;
|
||||
|
Loading…
Reference in New Issue
Block a user