tags 462702 +patch thanks Hi,
I'm attaching a patch to fix this problem. Please take into account that the gcc 4.3 issues are marked as release goals bugs, so if you don't upload a fix soon it would probably be NMUed. Thanks, -- "vi is the real mans editor in exactly the same way that real men jump off bridges on bungee cords and cycle down cliffs." -- (Alan Cox) Saludos /\/\ /\ >< `/
Index: stellarium-0.9.1/src/StringArray.cpp =================================================================== --- stellarium-0.9.1.orig/src/StringArray.cpp 2008-03-21 15:17:42.000000000 -0300 +++ stellarium-0.9.1/src/StringArray.cpp 2008-03-21 15:17:53.000000000 -0300 @@ -22,6 +22,7 @@ #include <list> #include <iostream> #include <QFile> +#include <cstdlib> using namespace std;

