projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b285266
)
Include <string.h> to provide strerror.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 21 Nov 2002 03:13:33 +0000
(
03:13
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 21 Nov 2002 03:13:33 +0000
(
03:13
+0000)
v7/src/microcode/bchutl.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/bchutl.c
b/v7/src/microcode/bchutl.c
index 11f619196afd7c4c5631b76cde07ec98dc8877b7..7732428770f91a7a43534d1ad8d8407a3b89f603 100644
(file)
--- a/
v7/src/microcode/bchutl.c
+++ b/
v7/src/microcode/bchutl.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: bchutl.c,v 1.1
3 2002/11/20 20:49:46
cph Exp $
+$Id: bchutl.c,v 1.1
4 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 <unistd.h>
#endif
+
+#ifdef STDC_HEADERS
+# include <string.h>
+#endif
\f
#ifdef HAVE_STRERROR