mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 01:21:47 +00:00
malloc.h not available on OSX
This commit is contained in:
parent
4347517604
commit
76b025d70e
@ -1,3 +1,5 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <boolean.h>
|
||||
|
||||
#include "../core.h"
|
||||
|
@ -1,3 +1,5 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "mem_util.h"
|
||||
|
||||
void *malloc_zero(size_t size)
|
||||
|
@ -1,7 +1,6 @@
|
||||
#ifndef __MEM_UTIL__
|
||||
#define __MEM_UTIL__
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
#if defined(HAVE_DYNAMIC) && HAVE_DYNAMIC
|
||||
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <time.h>
|
||||
|
||||
#if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0500 || defined(_XBOX)
|
||||
|
Loading…
x
Reference in New Issue
Block a user