Include os.h so that things like size_t are defined.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 27 Oct 1993 22:15:59 +0000 (22:15 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 27 Oct 1993 22:15:59 +0000 (22:15 +0000)
v7/src/microcode/primutl.c

index 26bd2de2be5f529ada3921ea06bfcbacfac97ee8..2e3fc05e92ea820857d28f00650c221b9e2d6435 100644 (file)
@@ -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"