From 6afbdd975496535567e2c24777721660ba1b4280 Mon Sep 17 00:00:00 2001 From: fluffypony Date: Tue, 9 Sep 2014 12:37:19 +0200 Subject: FreeBSD alloca.h reference fixed --- src/crypto/crypto.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/crypto/crypto.cpp') diff --git a/src/crypto/crypto.cpp b/src/crypto/crypto.cpp index bce3b1131..fa0199f20 100644 --- a/src/crypto/crypto.cpp +++ b/src/crypto/crypto.cpp @@ -28,7 +28,6 @@ // // Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers -#include #include #include #include @@ -42,6 +41,12 @@ #include "crypto.h" #include "hash.h" +#ifndef __FreeBSD__ + #include +#else + #include +#endif + namespace crypto { using std::abort; -- cgit v1.2.3