mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Use stdlib.h as malloc.h is deprecated
This commit is contained in:
parent
61b4a817f3
commit
08c5186426
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ extern "C"
|
|||
|
||||
#ifdef DISABLE_BOUNDS
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
void* b_malloc(unsigned int size)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue