mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
getdate.y: include string.h
This commit is contained in:
parent
b9d1a4114e
commit
daffaf7045
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ static char sccsid[] = "@(#)getdate.y 1.10 94/11/07 Copyr 1993 Sun Microsystems
|
|||
|
||||
#include <EUSCompat.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include "getdate.h"
|
||||
#ifdef SVR4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue