diff src/callproc.c @ 6818:6a9b0b5399ce

If we include fcntl.h, define INCLUDED_FCNTL.
author Richard M. Stallman <rms@gnu.org>
date Tue, 12 Apr 1994 03:25:18 +0000
parents e095c5efe2e0
children 86de9106eb84
line wrap: on
line diff
--- a/src/callproc.c	Tue Apr 12 03:15:37 1994 +0000
+++ b/src/callproc.c	Tue Apr 12 03:25:18 1994 +0000
@@ -37,10 +37,12 @@
 
 #include <sys/file.h>
 #ifdef USG5
+#define INCLUDED_FCNTL
 #include <fcntl.h>
 #endif
 
 #ifdef MSDOS	/* Demacs 1.1.1 91/10/16 HIRANO Satoshi */
+#define INCLUDED_FCNTL
 #include <fcntl.h>
 #include <sys/stat.h>
 #include <sys/param.h>