summaryrefslogtreecommitdiffstats
path: root/contrib/gperf
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-01-09 20:02:20 +0000
committerjb <jb@FreeBSD.org>1998-01-09 20:02:20 +0000
commit97367c5e32c06125a0fe56b5f85facbb1dd625ab (patch)
tree636d9230edf1d2a49a67dee700d5d33da23a5bad /contrib/gperf
parent7573e69242fa81eaa93debe4056c2b0f57812284 (diff)
downloadFreeBSD-src-97367c5e32c06125a0fe56b5f85facbb1dd625ab.zip
FreeBSD-src-97367c5e32c06125a0fe56b5f85facbb1dd625ab.tar.gz
NetBSD has sys_errlist in errno.h, not stdio.h like FreeBSD.
Diffstat (limited to 'contrib/gperf')
-rw-r--r--contrib/gperf/src/stderr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gperf/src/stderr.c b/contrib/gperf/src/stderr.c
index f4e7aa1..c24cf6e 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 <stdio.h>
+#include <errno.h>
#ifdef _HAVE_PARAM_H
#include <sys/param.h>
#endif
OpenPOWER on IntegriCloud