If we include fcntl.h, define INCLUDED_FCNTL.
authorRichard M. Stallman <rms@gnu.org>
Tue, 12 Apr 1994 03:25:18 +0000 (03:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 12 Apr 1994 03:25:18 +0000 (03:25 +0000)
src/callproc.c

index 9bf6d23..ea4f08b 100644 (file)
@@ -37,10 +37,12 @@ extern char *strerror ();
 
 #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>