From fe0afaaa1fcf50d1e1278bebfb8aacf7277dea01 Mon Sep 17 00:00:00 2001 From: mycroft Date: Tue, 20 Apr 1993 04:23:07 +0000 Subject: Fix compilation error I introduced. --- fortune/fortune/fortune.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fortune/fortune/fortune.c b/fortune/fortune/fortune.c index 4475102c..36e1a98f 100644 --- a/fortune/fortune/fortune.c +++ b/fortune/fortune/fortune.c @@ -58,6 +58,8 @@ static char sccsid[] = "@(#)fortune.c 5.13 (Berkeley) 4/8/91"; # include # include # include +# include +# include # include "strfile.h" # include "pathnames.h" @@ -155,10 +157,6 @@ char *do_malloc(), *copy(), *off_name(); FILEDESC *pick_child(), *new_fp(); -extern char *malloc(), *index(), *rindex(), *strcpy(), *strcat(); - -extern time_t time(); - #ifndef NO_REGEX char *conv_pat(); #endif -- cgit v1.2.3-56-ge451