From: <av...@us...> - 2011-06-01 18:55:54
|
Revision: 3623 http://sc2.svn.sourceforge.net/sc2/?rev=3623&view=rev Author: avolkov Date: 2011-06-01 18:55:48 +0000 (Wed, 01 Jun 2011) Log Message: ----------- *nix wants abs() in stdlib.h Modified Paths: -------------- trunk/sc2/src/uqm/comm/slyland/slyland.c Modified: trunk/sc2/src/uqm/comm/slyland/slyland.c =================================================================== --- trunk/sc2/src/uqm/comm/slyland/slyland.c 2011-05-23 20:59:06 UTC (rev 3622) +++ trunk/sc2/src/uqm/comm/slyland/slyland.c 2011-06-01 18:55:48 UTC (rev 3623) @@ -17,7 +17,7 @@ */ #include "../commall.h" -#include <math.h> +#include <stdlib.h> #include "resinst.h" #include "strings.h" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |