mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 11:23:26 +01:00
malloc.h reference fixed for FreeBSD
This commit is contained in:
parent
5a65991480
commit
e1d31e0a8b
@ -38,8 +38,8 @@ static const char _NR[] = {
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef __APPLE__
|
||||
#include <malloc.h>
|
||||
#ifndef __APPLE__ || __FREEBSD__
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
|
Loading…
Reference in New Issue
Block a user