freebsd-ports/biology/avida/files/patch-ab
Ying-Chieh Liao 9e3da593d2 add avida 1.6.0
Avida is an auto-adaptive genetic system designed for ALife research

PR:		37268
Submitted by:	Jeremy Karlson <karlj000@unbc.ca>
2002-04-20 15:17:46 +00:00

10 lines
267 B
Text

--- source/main/fitness_matrix.hh.orig Thu Apr 18 08:54:04 2002
+++ source/main/fitness_matrix.hh Thu Apr 18 08:54:15 2002
@@ -7,6 +7,7 @@
#include <vector>
#include <map>
#include <list>
+#include <sys/types.h>
#include <sys/timeb.h>
#include "../cpu/cpu.hh"