From: Dave Love Date: Mon, 2 Jun 2003 18:45:00 +0000 (+0000) Subject: Use HAVE_FCNTL_H, not USG5. X-Git-Tag: ttn-vms-21-2-B4~9796 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54a2cb1213b3c87a79c15814bf4273b1a439a0ee;p=emacs.git Use HAVE_FCNTL_H, not USG5. --- 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