Package: mssstest / 3.0-7

20_gcc-4.3.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;