mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
malloc.h reference fixed for FreeBSD
This commit is contained in:
parent
5a65991480
commit
e1d31e0a8b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue