patches/wesnoth-04-fixatoi.diff
author sobi
Fri, 07 Aug 2009 16:18:14 +0000
changeset 2043 60746dbf40fe
permissions -rw-r--r--
2009-08-07 Petr Sobotka <[email protected]> * SFEwesnoth.spec: Bump to version 1.6.4 * copyright/wesnoth.copyright: * patches/wesnoth-02-fixusleep.diff: * patches/wesnoth-03-fixtolower.diff: * patches/wesnoth-04-fixatoi.diff: * patches/wesnoth-05-fixround.diff: * patches/wesnoth-06-fixreturn.diff: * patches/wesnoth-07-fixserver.diff:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2043
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     1
--- wesnoth-1.6a/src/formula.cpp.fixatoi	2009-03-21 14:29:54.119892231 +0100
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     2
+++ wesnoth-1.6a/src/formula.cpp	2009-03-21 14:30:04.800267551 +0100
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     3
@@ -20,6 +20,7 @@
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     4
 #include "formula_callable.hpp"
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     5
 #include "formula_function.hpp"
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     6
 #include "map_utils.hpp"
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     7
+#include <stdlib.h>
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     8
 
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
     9
 namespace game_logic
60746dbf40fe 2009-08-07 Petr Sobotka <[email protected]>
sobi
parents:
diff changeset
    10
 {