Add declaration of ctime.

From-SVN: r7824
This commit is contained in:
Richard Kenner 1994-07-29 19:04:10 -04:00
parent 4acc00bf75
commit b077f3ac2f

View File

@ -1428,6 +1428,7 @@ BLOCK_PROFILER_CODE
#undef NULL /* Avoid errors if stdio.h and our stddef.h mismatch. */
#include <stdio.h>
char *ctime ();
#ifdef HAVE_ATEXIT
extern void atexit (void (*) (void));