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 --- network_client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'network_client.c') diff --git a/network_client.c b/network_client.c index 6a42b75d0..d2aa72e72 100644 --- a/network_client.c +++ b/network_client.c @@ -1,5 +1,6 @@ #include "stdafx.h" #include "debug.h" +#include "string.h" #include "strings.h" #include "network_data.h" -- cgit v1.2.3-54-g00ecf