From: Richard Kenner Date: Fri, 29 Jul 1994 23:04:10 +0000 (-0400) Subject: Add declaration of ctime. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b077f3ac2f4ccbcc18befa75029c523a5ef821cd;p=gcc.git Add declaration of ctime. From-SVN: r7824 --- diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 98c75d89e26..a39aa3bc15b 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -1428,6 +1428,7 @@ BLOCK_PROFILER_CODE #undef NULL /* Avoid errors if stdio.h and our stddef.h mismatch. */ #include +char *ctime (); #ifdef HAVE_ATEXIT extern void atexit (void (*) (void));