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 --- w32dm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'w32dm.c') diff --git a/w32dm.c b/w32dm.c index 89617c2c6..9bd1ce3f5 100644 --- a/w32dm.c +++ b/w32dm.c @@ -29,6 +29,7 @@ #ifdef WIN32_ENABLE_DIRECTMUSIC_SUPPORT #include "ttd.h" +#include "string.h" #include "sound.h" #include "hal.h" -- cgit v1.2.3-54-g00ecf