From 54a2cb1213b3c87a79c15814bf4273b1a439a0ee Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 2 Jun 2003 18:45:00 +0000 Subject: [PATCH] Use HAVE_FCNTL_H, not USG5. --- src/doc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc.c b/src/doc.c index 2d75ffe9753..c7b6d874013 100644 --- a/src/doc.c +++ b/src/doc.c @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ #include #include /* Must be after sys/types.h for USG and BSD4_1*/ -#ifdef USG5 +#ifdef HAVE_FCNTL_H #include #endif -- 2.39.2