diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-06-04 08:26:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-06-04 08:26:03 +0000 |
commit | 0ed7cc3196146ce2c8fc7b7b9e59760135cd88ec (patch) | |
tree | 1f13c60b4f1f0fec9e3443105e129123acd0a5ac /biology | |
parent | 233099396b0bdaab747a6cf311fd97f7fafe87e8 (diff) | |
download | freebsd-ports-0ed7cc3196146ce2c8fc7b7b9e59760135cd88ec.zip |
- Fix build with clang
PR: 179215
Submitted by: Ports Fury
Diffstat (limited to 'biology')
-rw-r--r-- | biology/avida/files/patch-avida-core__source__tools__tArray.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/biology/avida/files/patch-avida-core__source__tools__tArray.h b/biology/avida/files/patch-avida-core__source__tools__tArray.h new file mode 100644 index 000000000000..7c08bbe7f152 --- /dev/null +++ b/biology/avida/files/patch-avida-core__source__tools__tArray.h @@ -0,0 +1,10 @@ +--- avida-core/source/tools/tArray.h.orig ++++ avida-core/source/tools/tArray.h +@@ -23,6 +23,7 @@ + #ifndef tArray_h + #define tArray_h + ++#include <cstdlib> + #include <cassert> + + #ifndef NULL |