Revision: 2170
          http://synfig.svn.sourceforge.net/synfig/?rev=2170&view=rev
Author:   pabs3
Date:     2008-11-08 05:49:11 +0000 (Sat, 08 Nov 2008)

Log Message:
-----------
Always #include <cstdio> when using sscanf.
Fixes an FTBFS with GCC 4.4.

Modified Paths:
--------------
    synfig-core/trunk/src/synfig/time.cpp

Modified: synfig-core/trunk/src/synfig/time.cpp
===================================================================
--- synfig-core/trunk/src/synfig/time.cpp       2008-11-08 05:47:11 UTC (rev 
2169)
+++ synfig-core/trunk/src/synfig/time.cpp       2008-11-08 05:49:11 UTC (rev 
2170)
@@ -39,6 +39,7 @@
 #include <cmath>
 #include <cassert>
 #include <algorithm>
+#include <cstdio>
 #include <ctype.h>
 #include <math.h>
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to