mirror of
https://github.com/monero-project/monero.git
synced 2026-01-02 16:00:10 -08:00
Preliminary support for DragonFly BSD
- It builds but no further testing has been done.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#include "crypto.h"
|
||||
#include "hash.h"
|
||||
|
||||
#if !defined(__FreeBSD__) && !defined(__OpenBSD__)
|
||||
#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__DragonFly__)
|
||||
#include <alloca.h>
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user