From 8302a64c92b1002ced8229dce9ad7e039ccb82ce Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 21 Nov 2002 03:13:33 +0000 Subject: [PATCH] Include to provide strerror. --- v7/src/microcode/bchutl.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/bchutl.c b/v7/src/microcode/bchutl.c index 11f619196..773242877 100644 --- a/v7/src/microcode/bchutl.c +++ b/v7/src/microcode/bchutl.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: bchutl.c,v 1.13 2002/11/20 20:49:46 cph Exp $ +$Id: bchutl.c,v 1.14 2002/11/21 03:13:33 cph Exp $ Copyright (c) 1991-2000, 2002 Massachusetts Institute of Technology @@ -33,6 +33,10 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifdef HAVE_UNISTD_H # include #endif + +#ifdef STDC_HEADERS +# include +#endif #ifdef HAVE_STRERROR -- 2.25.1