From 5b6da1696bfef8fc7c6bedb062658654850fe91a Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 23 Nov 1987 06:46:36 +0000 Subject: [PATCH] Previous changes introduced dependency on "string.h". --- v7/src/microcode/pruxfs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/pruxfs.c b/v7/src/microcode/pruxfs.c index eb0bc0f29..6f3fe8c1f 100644 --- a/v7/src/microcode/pruxfs.c +++ b/v7/src/microcode/pruxfs.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/pruxfs.c,v 9.23 1987/11/23 06:37:38 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/pruxfs.c,v 9.24 1987/11/23 06:46:36 cph Exp $ Copyright (c) 1987 Massachusetts Institute of Technology @@ -36,6 +36,7 @@ MIT in each case. */ #include "scheme.h" #include "primitive.h" +#include "string.h" #include #include #include -- 2.25.1