[Avida-SVN] r1559 - branches/uml/source/main

hjg at myxo.css.msu.edu hjg at myxo.css.msu.edu
Tue May 15 17:19:00 PDT 2007


Author: hjg
Date: 2007-05-15 20:18:59 -0400 (Tue, 15 May 2007)
New Revision: 1559

Modified:
   branches/uml/source/main/cTaskLib.cc
   branches/uml/source/main/cUMLModel.cc
Log:
bug fix

Modified: branches/uml/source/main/cTaskLib.cc
===================================================================
--- branches/uml/source/main/cTaskLib.cc	2007-05-15 23:58:01 UTC (rev 1558)
+++ branches/uml/source/main/cTaskLib.cc	2007-05-16 00:18:59 UTC (rev 1559)
@@ -36,6 +36,8 @@
 #include <cmath>
 #include <climits>
 #include <errno.h>
+#include <sys/types.h>
+#include <sys/wait.h>
 
 // Various workarounds for Visual Studio shortcomings
 #if AVIDA_PLATFORM(WINDOWS)

Modified: branches/uml/source/main/cUMLModel.cc
===================================================================
--- branches/uml/source/main/cUMLModel.cc	2007-05-15 23:58:01 UTC (rev 1558)
+++ branches/uml/source/main/cUMLModel.cc	2007-05-16 00:18:59 UTC (rev 1559)
@@ -1,6 +1,7 @@
 #include "cUMLModel.h"
 
-
+#include <sys/types.h>
+#include <sys/wait.h>
 #include <iomanip>
 #include <errno.h>
 




More information about the Avida-cvs mailing list