$NetBSD: patch-libc_error.c,v 1.1 2011/06/09 16:22:57 hfath Exp $ Prototype for exit(3). --- libc/error.c.orig 1988-12-30 09:50:06.000000000 +0000 +++ libc/error.c @@ -3,6 +3,7 @@ */ #include +#include extern void warning();