From daffaf7045b136f2174d7388b2fd326536299fff Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 22 Mar 2014 18:59:26 -0600 Subject: [PATCH] getdate.y: include string.h --- cde/programs/dtcm/libDtCmP/getdate.y | 1 + 1 file changed, 1 insertion(+) diff --git a/cde/programs/dtcm/libDtCmP/getdate.y b/cde/programs/dtcm/libDtCmP/getdate.y index 907e2c07..e5278696 100644 --- a/cde/programs/dtcm/libDtCmP/getdate.y +++ b/cde/programs/dtcm/libDtCmP/getdate.y @@ -41,6 +41,7 @@ static char sccsid[] = "@(#)getdate.y 1.10 94/11/07 Copyr 1993 Sun Microsystems #include #include +#include #include #include "getdate.h" #ifdef SVR4 -- 2.25.1