mirror of
https://github.com/monero-project/monero.git
synced 2025-08-23 08:25:09 -04:00
OpenBSD support for Monero.
This commit is contained in:
parent
e75cfe088f
commit
28f95eb001
10 changed files with 41 additions and 19 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
#include "hash-ops.h"
|
||||
|
||||
#ifndef __FreeBSD__
|
||||
#if !defined(__FreeBSD__) && !defined(__OpenBSD__)
|
||||
#include <alloca.h>
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue