From 1f7b664a33f1afc30a6e9dd87ccc0f04d35b8bb7 Mon Sep 17 00:00:00 2001 From: nishi Date: Wed, 22 May 2024 02:02:34 +0000 Subject: [PATCH] forgot to include string.h git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@65 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- Library/util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/util.c b/Library/util.c index 11b7d3a..04e33a8 100644 --- a/Library/util.c +++ b/Library/util.c @@ -31,6 +31,7 @@ #include #include #include +#include #ifdef __MINGW32__ #include #else -- 2.43.0