]> git.pld-linux.org Git - packages/anteater.git/blame - anteater-cstdlib.patch
- avoid wildcards in %files section
[packages/anteater.git] / anteater-cstdlib.patch
CommitLineData
1ff3191e 1diff -Naur anteater-0.4.5.orig//anteater/parameter.cpp anteater-0.4.5/anteater/parameter.cpp
2--- anteater-0.4.5.orig//anteater/parameter.cpp 2003-10-23 14:35:29.000000000 +0200
3+++ anteater-0.4.5/anteater/parameter.cpp 2010-09-21 15:48:33.000000000 +0200
4@@ -8,6 +8,7 @@
5 // ========================================================================
6
7 #include "parameter.h"
8+#include <cstdlib>
9
10 Parameter::Parameter() :
11 str_unknown( "Unknown" ),
12diff -Naur anteater-0.4.5.orig//anteater/postfixfilter.cpp anteater-0.4.5/anteater/postfixfilter.cpp
13--- anteater-0.4.5.orig//anteater/postfixfilter.cpp 2003-11-03 17:46:21.000000000 +0100
14+++ anteater-0.4.5/anteater/postfixfilter.cpp 2010-09-21 15:48:19.000000000 +0200
15@@ -12,6 +12,7 @@
16 #include <ctime>
17 #include <list>
18 #include <algorithm>
19+#include <cstdlib>
20
21 postfixFilter::postfixFilter() :
22 strPrefix( "postfix" ),
23diff -Naur anteater-0.4.5.orig//anteater/syslogfilter.cpp anteater-0.4.5/anteater/syslogfilter.cpp
24--- anteater-0.4.5.orig//anteater/syslogfilter.cpp 2003-11-03 17:53:48.000000000 +0100
25+++ anteater-0.4.5/anteater/syslogfilter.cpp 2010-09-21 15:48:04.000000000 +0200
26@@ -10,6 +10,7 @@
27 #include "syslogfilter.h"
28 #include "plugin.h"
29 #include <ctime>
30+#include <cstdlib>
31
32 //#define DEBUG
33
This page took 0.063234 seconds and 4 git commands to generate.