From 96aebd36ba6da2d7dfc96be82d5a33cde2602d84 Mon Sep 17 00:00:00 2001 From: avolkov Date: Wed, 1 Jun 2011 18:55:48 +0000 Subject: [PATCH] *nix wants abs() in stdlib.h git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3623 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/uqm/comm/slyland/slyland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/uqm/comm/slyland/slyland.c b/sc2/src/uqm/comm/slyland/slyland.c index 7df346e68..0566b4922 100644 --- a/sc2/src/uqm/comm/slyland/slyland.c +++ b/sc2/src/uqm/comm/slyland/slyland.c @@ -17,7 +17,7 @@ */ #include "../commall.h" -#include +#include #include "resinst.h" #include "strings.h"