From 27f8dccaee7275de7500560fe562d701cc713460 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 27 Oct 1993 22:15:59 +0000 Subject: [PATCH] Include os.h so that things like size_t are defined. --- v7/src/microcode/primutl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/primutl.c b/v7/src/microcode/primutl.c index 26bd2de2b..2e3fc05e9 100644 --- a/v7/src/microcode/primutl.c +++ b/v7/src/microcode/primutl.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: primutl.c,v 9.67 1993/10/26 03:04:12 jawilson Exp $ +$Id: primutl.c,v 9.68 1993/10/27 22:15:59 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -42,6 +42,7 @@ MIT in each case. */ */ #include "scheme.h" +#include "os.h" #include "prims.h" #include "usrdef.h" #include "prename.h" -- 2.25.1