Add extra include file required by Ultrix; technically HP-UX requires
authorChris Hanson <org/chris-hanson/cph>
Wed, 28 Nov 1990 20:32:51 +0000 (20:32 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 28 Nov 1990 20:32:51 +0000 (20:32 +0000)
this also, but HP-UX doesn't get upset if it isn't given.

v7/src/microcode/option.c

index ec3c4d3429e75a683c51ab07687cccb8e606a039..28d5ad02227fe56488eee7adb068b7bba44bcabb 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.c,v 1.6 1990/11/27 22:12:20 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.c,v 1.7 1990/11/28 20:32:51 cph Exp $
 
 Copyright (c) 1990 Massachusetts Institute of Technology
 
@@ -36,6 +36,7 @@ MIT in each case. */
 
 #include <stdio.h>
 #include <ctype.h>
+#include <sys/types.h>
 #include <sys/stat.h>
 #include "ansidecl.h"
 #include "obstack.h"