$NetBSD$

--- src/zbuf/input.c.orig	Tue Aug  3 22:22:22 2004
+++ src/zbuf/input.c
@@ -33,7 +33,8 @@ person or damage to property arising fro
 operation of Software or Licensed Program(s) by LICENSEE or its customers.
  
 */
-
+#include <string.h>
+#include <time.h>
 #include "mulGlobal.h"
 #include "zbufGlobal.h"
 
@@ -1462,7 +1463,7 @@ Name **name_list;
   surface *surf_list, *input_surfaces();
   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;
   extern char *kq_name_list;
