From ffc8f06fc3d6d8833a81b3b3e0470dd1a96d284e Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Sun, 12 Jul 2020 18:10:24 -0700 Subject: [PATCH] Solaris has moved from being SYSVONLY to not so. We still need sys/fcntl.h though. modified: src/ldsout.c --- src/ldsout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ldsout.c b/src/ldsout.c index 4c8b720..6d617bb 100644 --- a/src/ldsout.c +++ b/src/ldsout.c @@ -27,9 +27,9 @@ static char *id = "$Id: ldsout.c,v 1.4 2001/12/26 22:17:02 sybalsky Exp $ Copyri #include #include -#ifdef SYSVONLY +#if defined(SYSVONLY) || defined(OS5) #include -#endif /* SYSVONLY */ +#endif /* SYSVONLY || OS5 */ #ifdef DOS #include