mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-05 16:18:52 +00:00
malloc.h reference fixed for FreeBSD
This commit is contained in:
parent
5a65991480
commit
e1d31e0a8b
@ -38,7 +38,7 @@ static const char _NR[] = {
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifndef __APPLE__
|
#ifndef __APPLE__ || __FREEBSD__
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user