From 75e7d9763522237048b67eac45c767250066f2a3 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Tue, 9 Apr 1996 20:09:04 +0000 Subject: [PATCH] Added #include to get rid of warnings. --- v7/src/microcode/ntutl/scheme32.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/ntutl/scheme32.c b/v7/src/microcode/ntutl/scheme32.c index 9f2fb88bb..7684fbd52 100644 --- a/v7/src/microcode/ntutl/scheme32.c +++ b/v7/src/microcode/ntutl/scheme32.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: scheme32.c,v 1.9 1996/03/23 19:23:47 adams Exp $ +$Id: scheme32.c,v 1.10 1996/04/09 20:09:04 adams Exp $ Copyright (c) 1993-96 Massachusetts Institute of Technology @@ -37,6 +37,7 @@ MIT in each case. */ */ #include "ntscmlib.h" +#include #include static BOOL -- 2.25.1