Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > fff5078e703be3343ec061a04a5c837b > files > 2

klamav-0.44-2mdv2009.0.src.rpm

--- klamav-0.41.1/src/ktview.cpp.gcc43	2007-07-24 22:51:54.000000000 +0300
+++ klamav-0.41.1/src/ktview.cpp	2008-01-05 11:43:59.000000000 +0200
@@ -20,6 +20,7 @@
 // #include <strstream.h>
 // #endif
 
+#include <stdlib.h>     // system
 
 #include <qfileinfo.h>
 
--- klamav-0.41.1/src/ctcron.cpp.gcc43	2007-07-24 22:51:54.000000000 +0300
+++ klamav-0.41.1/src/ctcron.cpp	2008-01-05 11:41:21.000000000 +0200
@@ -18,6 +18,7 @@
 #include "ctvariable.h"
 #include <pwd.h>         // pwd, getpwnam(), getpwuid()
 #include <assert.h>
+#include <stdlib.h>      // system
 
 #include <qfile.h>
 
--- klamav-0.41.1/src/ctunit.cpp.gcc43	2007-07-24 22:51:54.000000000 +0300
+++ klamav-0.41.1/src/ctunit.cpp	2008-01-05 11:40:15.000000000 +0200
@@ -17,6 +17,7 @@
 #include <string>
 #include <stdio.h>    // sprintf
 #include <ctype.h>    // tolower
+#include <stdlib.h>   // atoi
 
 using namespace std;