~ubuntu-branches/debian/squeeze/stellarium/squeeze

« back to all changes in this revision

Viewing changes to debian/patches/gcc-4.3.patch

  • Committer: Bazaar Package Importer
  • Author(s): Cédric Delfosse
  • Date: 2008-05-19 21:28:23 UTC
  • mfrom: (3.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080519212823-m5nfiuntxstxzxj7
Tags: 0.9.1-4
Add libxcursor-dev, libxfixes-dev, libxinerama-dev, libqt4-opengl-dev to
build-deps (Closes: #479906)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: stellarium-0.9.1/src/StringArray.cpp
 
2
===================================================================
 
3
--- stellarium-0.9.1.orig/src/StringArray.cpp   2008-01-17 15:15:35.000000000 +0100
 
4
+++ stellarium-0.9.1/src/StringArray.cpp        2008-03-19 13:45:42.000000000 +0100
 
5
@@ -16,7 +16,7 @@
 
6
  * along with this program; if not, write to the Free Software
 
7
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
8
  */
 
9
-
 
10
+#include <stdlib.h>
 
11
 #include "StringArray.hpp"
 
12
 
 
13
 #include <list>