diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/callproc.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index 3b1417bd540..9fa852ef6f0 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -52,7 +52,6 @@ extern char *strerror (); | |||
| 52 | #endif | 52 | #endif |
| 53 | 53 | ||
| 54 | #ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */ | 54 | #ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */ |
| 55 | #include "msdos.h" | ||
| 56 | #define INCLUDED_FCNTL | 55 | #define INCLUDED_FCNTL |
| 57 | #include <fcntl.h> | 56 | #include <fcntl.h> |
| 58 | #include <sys/stat.h> | 57 | #include <sys/stat.h> |
| @@ -78,6 +77,10 @@ extern char *strerror (); | |||
| 78 | #include "syssignal.h" | 77 | #include "syssignal.h" |
| 79 | #include "systty.h" | 78 | #include "systty.h" |
| 80 | 79 | ||
| 80 | #ifdef MSDOS | ||
| 81 | #include "msdos.h" | ||
| 82 | #endif | ||
| 83 | |||
| 81 | #ifdef VMS | 84 | #ifdef VMS |
| 82 | extern noshare char **environ; | 85 | extern noshare char **environ; |
| 83 | #else | 86 | #else |