Blob Blame History Raw
diff -up stellarium-0.9.1/src/StringArray.cpp.gcc43 stellarium-0.9.1/src/StringArray.cpp
--- stellarium-0.9.1/src/StringArray.cpp.gcc43	2008-02-11 15:53:13.000000000 +0100
+++ stellarium-0.9.1/src/StringArray.cpp	2008-02-11 15:53:33.000000000 +0100
@@ -23,6 +23,8 @@
 #include <iostream>
 #include <QFile>
 
+#include <cstdlib>
+
 using namespace std;
 
 namespace BigStarCatalogExtension {
diff -up stellarium-0.9.1/src/stelutils/STexture.cpp.gcc43 stellarium-0.9.1/src/stelutils/STexture.cpp
--- stellarium-0.9.1/src/stelutils/STexture.cpp.gcc43	2008-01-17 15:15:35.000000000 +0100
+++ stellarium-0.9.1/src/stelutils/STexture.cpp	2008-02-11 15:51:20.000000000 +0100
@@ -76,6 +76,8 @@ STexture::~STexture()
 	mutex = NULL;
 }
 
+#include <cstdlib>
+
 /*************************************************************************
  This method should be called if the texture loading failed for any reasons
  *************************************************************************/