From 50dbd3f6314bbe7a4eb3c8173efde74b22e12932 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Fri, 9 Jan 1998 20:02:20 +0000 Subject: [PATCH] NetBSD has sys_errlist in errno.h, not stdio.h like FreeBSD. --- contrib/gperf/src/stderr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/gperf/src/stderr.c b/contrib/gperf/src/stderr.c index f4e7aa11ce8..c24cf6e865c 100644 --- a/contrib/gperf/src/stderr.c +++ b/contrib/gperf/src/stderr.c @@ -20,6 +20,7 @@ along with GNU GPERF; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include +#include #ifdef _HAVE_PARAM_H #include #endif