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:

--- wesnoth-1.6a/src/formula.cpp.fixatoi	2009-03-21 14:29:54.119892231 +0100
+++ wesnoth-1.6a/src/formula.cpp	2009-03-21 14:30:04.800267551 +0100
@@ -20,6 +20,7 @@
 #include "formula_callable.hpp"
 #include "formula_function.hpp"
 #include "map_utils.hpp"
+#include <stdlib.h>
 
 namespace game_logic
 {