From 2d10c1c0e6fb2c3b89bb24aaf1b9e201d475a1a9 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Sat, 12 Feb 2005 14:54:37 +0000 Subject: [PATCH] #include strlib.h for getCharFromString() git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1535 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/comm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sc2/src/sc2code/comm.c b/sc2/src/sc2code/comm.c index bba8ace80..3106682eb 100644 --- a/sc2/src/sc2code/comm.c +++ b/sc2/src/sc2code/comm.c @@ -37,6 +37,7 @@ #include "libs/sound/sound.h" #include "libs/sound/trackplayer.h" #include "libs/sound/trackint.h" +#include "libs/strlib.h" #include