$NetBSD: patch-aa,v 1.4 2001/05/29 16:16:30 wiz Exp $ --- ile.c.orig Wed Jun 9 05:12:33 1993 +++ ile.c @@ -2,6 +2,7 @@ /* Copyright message is near the bottom of the file */ #include "config.h" +#include /* #define DEBUG /**/ @@ -43,7 +44,6 @@ #include #include #include -#include #include #include #include @@ -51,7 +51,7 @@ #include #include #include -#include +#include #include #include #include @@ -63,7 +63,6 @@ /* Definitions of system stuff. */ extern int errno; -long lseek(); char *malloc(); char *realloc(); time_t time();