$NetBSD: patch-ap,v 1.1 2001/02/09 11:29:38 dmcmahill Exp $ --- src/zbuf/input.c.orig Tue Nov 12 14:18:56 1996 +++ src/zbuf/input.c Thu Feb 8 19:42:47 2001 @@ -32,5 +32,6 @@ of this software. */ - +#include +#include #include "mulGlobal.h" #include "zbufGlobal.h" @@ -1461,5 +1462,5 @@ char infile[BUFSIZ], *ctime(), hostname[BUFSIZ]; charge *read_panels(), *chglist; - long clock; + time_t clock; extern ITER *kill_num_list, *qpic_num_list, *kinp_num_list, *kq_num_list; extern char *kill_name_list, *qpic_name_list, *kinp_name_list;