Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > d3f40e840cf7ea54b21a07ae81aa8a11 > files > 2

grass-6.4.0-3.fc15.src.rpm

Fix build with GCC 4.4

Lubomir Rintel <lkundrak@v3.sk>

diff -up grass-6.3.0/imagery/i.atcorr/Output.h.gcc44 grass-6.3.0/imagery/i.atcorr/Output.h
--- grass-6.3.0/imagery/i.atcorr/Output.h.gcc44	2009-03-23 21:22:56.664618731 +0100
+++ grass-6.3.0/imagery/i.atcorr/Output.h	2009-03-23 21:23:10.349620131 +0100
@@ -4,6 +4,7 @@
 #include <iostream>
 #include <sstream>
 #include <string>
+#include <cstdio>
 
 class Output
 {