From b2ae5b197ef3c9753e044f98d7973829d4848dba Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 6 Feb 2005 13:41:02 +0000 Subject: (svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics --- misc_cmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'misc_cmd.c') diff --git a/misc_cmd.c b/misc_cmd.c index 67d4d958f..2c83d1f70 100644 --- a/misc_cmd.c +++ b/misc_cmd.c @@ -1,6 +1,7 @@ #include "stdafx.h" #include "ttd.h" +#include "string.h" #include "table/strings.h" #include "command.h" #include "player.h" -- cgit v1.2.3-54-g00ecf