changeset 51402:cc6e47eeb0a8

Use HAVE_FCNTL_H, not USG5.
author Dave Love <fx@gnu.org>
date Mon, 02 Jun 2003 18:45:00 +0000
parents bcf91e20f6a2
children d30115b64d58
files src/doc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/doc.c	Mon Jun 02 18:43:11 2003 +0000
+++ b/src/doc.c	Mon Jun 02 18:45:00 2003 +0000
@@ -24,7 +24,7 @@
 #include <sys/types.h>
 #include <sys/file.h>	/* Must be after sys/types.h for USG and BSD4_1*/
 
-#ifdef USG5
+#ifdef HAVE_FCNTL_H
 #include <fcntl.h>
 #endif