summaryrefslogtreecommitdiff
path: root/xc/include
diff options
context:
space:
mode:
authorrws <empty>1991-08-17 17:14:38 +0000
committerrws <empty>1991-08-17 17:14:38 +0000
commit3f4bbc41a3bc1e9406907a0d07c0bf8688e6904d (patch)
tree95fa63608663d95297d187fedc9237312072b957 /xc/include
parentf730ab849e12c80e7473ed144b68a061247afa3b (diff)
Motorola needs unistd.h too
Diffstat (limited to 'xc/include')
-rw-r--r--xc/include/Xos.h5
1 files changed, 4 insertions, 1 deletions
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 <unistd.h>
#endif /* CRAY */
+#ifdef MOTOROLA
+#include <unistd.h>
+#endif /* MOTOROLA */
#ifdef SYSV386
#include <unistd.h>
#endif /* SYSV386 */