diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/callproc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/callproc.c b/src/callproc.c index 9bf6d23b9ac..ea4f08b81fc 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -37,10 +37,12 @@ extern char *strerror (); | |||
| 37 | 37 | ||
| 38 | #include <sys/file.h> | 38 | #include <sys/file.h> |
| 39 | #ifdef USG5 | 39 | #ifdef USG5 |
| 40 | #define INCLUDED_FCNTL | ||
| 40 | #include <fcntl.h> | 41 | #include <fcntl.h> |
| 41 | #endif | 42 | #endif |
| 42 | 43 | ||
| 43 | #ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */ | 44 | #ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */ |
| 45 | #define INCLUDED_FCNTL | ||
| 44 | #include <fcntl.h> | 46 | #include <fcntl.h> |
| 45 | #include <sys/stat.h> | 47 | #include <sys/stat.h> |
| 46 | #include <sys/param.h> | 48 | #include <sys/param.h> |