summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-06-04 08:26:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-06-04 08:26:03 +0000
commit0ed7cc3196146ce2c8fc7b7b9e59760135cd88ec (patch)
tree1f13c60b4f1f0fec9e3443105e129123acd0a5ac /biology
parent- Fix build with clang (diff)
- Fix build with clang
PR: 179215 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=319834
Diffstat (limited to 'biology')
-rw-r--r--biology/avida/files/patch-avida-core__source__tools__tArray.h10
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