mirror of
https://github.com/monero-project/monero.git
synced 2025-08-23 08:35:12 -04:00
NetBSD support
This commit is contained in:
parent
91c7d68b2d
commit
bcda7adcd4
7 changed files with 34 additions and 10 deletions
|
@ -36,7 +36,8 @@
|
|||
|
||||
#ifdef _MSC_VER
|
||||
#include <malloc.h>
|
||||
#elif !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__DragonFly__)
|
||||
#elif !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__DragonFly__) \
|
||||
&& !defined(__NetBSD__)
|
||||
#include <alloca.h>
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue