From 3f4bbc41a3bc1e9406907a0d07c0bf8688e6904d Mon Sep 17 00:00:00 2001 From: rws Date: Sat, 17 Aug 1991 17:14:38 +0000 Subject: Motorola needs unistd.h too --- xc/include/Xos.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'xc/include') diff --git a/xc/include/Xos.h b/xc/include/Xos.h index 8d1a0b89f..d7f14cb6c 100644 --- a/xc/include/Xos.h +++ b/xc/include/Xos.h @@ -1,5 +1,5 @@ /* - * $XConsortium: Xos.h,v 1.45 91/07/09 18:23:30 gildea Exp $ + * $XConsortium: Xos.h,v 1.46 91/07/19 23:22:51 rws Exp $ * * Copyright 1987 by the Massachusetts Institute of Technology * @@ -83,6 +83,9 @@ #ifdef CRAY #include #endif /* CRAY */ +#ifdef MOTOROLA +#include +#endif /* MOTOROLA */ #ifdef SYSV386 #include #endif /* SYSV386 */ -- cgit v1.2.3