File r729302.diff of Package koffice
------------------------------------------------------------------------ r729302 | mueller | 2007-10-25 16:56:36 +0200 (Thu, 25 Oct 2007) | 2 lines need stdlib.h for malloc prototype ------------------------------------------------------------------------ --- kexi/kexidb/drivers/pqxx/pqxxcursor.cpp +++ kexi/kexidb/drivers/pqxx/pqxxcursor.cpp @@ -26,6 +26,7 @@ #include <klocale.h> #include <kdebug.h> +#include <stdlib.h> using namespace KexiDB;