File: 20_gcc-4.3.patch

package info (click to toggle)
mssstest 3.0-7
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 240 kB
  • sloc: cpp: 1,895; makefile: 31
file content (19 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (2)
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;