From: Chris Hanson Date: Thu, 21 Nov 2002 03:13:33 +0000 (+0000) Subject: Include to provide strerror. X-Git-Tag: 20090517-FFI~2131 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8302a64c92b1002ced8229dce9ad7e039ccb82ce;p=mit-scheme.git Include to provide strerror. --- 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