--- gen.h.orig Fri Aug 23 17:09:23 2002 +++ gen.h Fri Aug 23 17:10:23 2002 @@ -12,6 +12,8 @@ #include #include #include +#include +#include /* #include */ #include #include @@ -75,10 +77,6 @@ }ChildInfo; ChildInfo ci_ptr[MAXPROCS]; - -/* forward declarations */ -int fprintf(), ungetc(), fclose(), fscanf(); -char *strcpy(), *getenv(), *malloc(); typedef int bool_t;