aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/crypto.cpp
diff options
context:
space:
mode:
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>2016-12-15 02:27:53 -0800
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>2016-12-15 02:27:53 -0800
commitb00da61eab03df2268a2c9946e03385a7d38a5fb (patch)
treef76858e759a8ac2a49d1b6fd434fbd26ff77bb9d /src/crypto/crypto.cpp
parentMerge pull request #1445 (diff)
downloadmonero-b00da61eab03df2268a2c9946e03385a7d38a5fb.tar.xz
Preliminary support for DragonFly BSD
- It builds but no further testing has been done.
Diffstat (limited to 'src/crypto/crypto.cpp')
-rw-r--r--src/crypto/crypto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/crypto.cpp b/src/crypto/crypto.cpp
index 250779ac3..6ceb944cd 100644
--- a/src/crypto/crypto.cpp
+++ b/src/crypto/crypto.cpp
@@ -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>