*nix wants abs() in stdlib.h

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3623 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2011-06-01 18:55:48 +00:00
parent 20b8ece9c9
commit 96aebd36ba
+1 -1
View File
@@ -17,7 +17,7 @@
*/ */
#include "../commall.h" #include "../commall.h"
#include <math.h> #include <stdlib.h>
#include "resinst.h" #include "resinst.h"
#include "strings.h" #include "strings.h"