From: Guillermo J. Rozas Date: Wed, 27 Oct 1993 22:15:59 +0000 (+0000) Subject: Include os.h so that things like size_t are defined. X-Git-Tag: 20090517-FFI~7668 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=27f8dccaee7275de7500560fe562d701cc713460;p=mit-scheme.git Include os.h so that things like size_t are defined. --- 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"