Use stdlib.h as malloc.h is deprecated

This commit is contained in:
smallmodel 2024-09-20 20:55:06 +02:00
parent 61b4a817f3
commit 08c5186426
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -64,7 +64,7 @@ extern "C"
#ifdef DISABLE_BOUNDS
#include <malloc.h>
#include <stdlib.h>
void* b_malloc(unsigned int size)
{