Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > 481b6cde02aa0cfd4359ec3b70b5021c > files > 6

nepenthes-0.2.2-6mdv2010.1.src.rpm

diff -Naur nepenthes-0.2.2/modules/sqlhandler-postgres/sqlhandler-postgres.cpp nepenthes-0.2.2-fix-missing-include/modules/sqlhandler-postgres/sqlhandler-postgres.cpp
--- nepenthes-0.2.2/modules/sqlhandler-postgres/sqlhandler-postgres.cpp	2007-05-12 12:29:49.000000000 +0200
+++ nepenthes-0.2.2-fix-missing-include/modules/sqlhandler-postgres/sqlhandler-postgres.cpp	2009-03-04 22:36:34.000000000 +0100
@@ -28,6 +28,7 @@
 /* $Id: sqlhandler-postgres.cpp 1264 2007-05-12 10:29:49Z common $ */
 
 #include <ctype.h>
+#include <cstdlib>
 //#include <openssl/ssl.h>
 
 #include "sqlhandler-postgres.hpp"