Description: Fix gcc-4.3 problem
Author: Andreas Tille <tille@debian.org>
Last-Update: Sun, 20 Jul 2008 21:51:26 +0200

--- mssstest-3.0.orig/neededroutines.cpp
+++ mssstest-3.0/neededroutines.cpp
@@ -1,3 +1,4 @@
+#include <cstdlib>
 #include "neededroutines.h"
 
 float gammln(float xx)
--- mssstest-3.0.orig/roxburgh.cpp
+++ mssstest-3.0/roxburgh.cpp
@@ -1,3 +1,5 @@
+#include <cstdlib>
+
 #include "neededroutines.h"
 
 const int MAXPERSON = 20000;
