diff options
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/callproc.c b/src/callproc.c index 346a913626d..ee587605f7a 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -31,20 +31,16 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 31 | #endif | 31 | #endif |
| 32 | 32 | ||
| 33 | #include <sys/file.h> | 33 | #include <sys/file.h> |
| 34 | #ifdef HAVE_FCNTL_H | ||
| 35 | #include <fcntl.h> | 34 | #include <fcntl.h> |
| 36 | #endif | ||
| 37 | 35 | ||
| 38 | #ifdef WINDOWSNT | 36 | #ifdef WINDOWSNT |
| 39 | #define NOMINMAX | 37 | #define NOMINMAX |
| 40 | #include <windows.h> | 38 | #include <windows.h> |
| 41 | #include <fcntl.h> | ||
| 42 | #include "w32.h" | 39 | #include "w32.h" |
| 43 | #define _P_NOWAIT 1 /* from process.h */ | 40 | #define _P_NOWAIT 1 /* from process.h */ |
| 44 | #endif | 41 | #endif |
| 45 | 42 | ||
| 46 | #ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */ | 43 | #ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */ |
| 47 | #include <fcntl.h> | ||
| 48 | #include <sys/stat.h> | 44 | #include <sys/stat.h> |
| 49 | #include <sys/param.h> | 45 | #include <sys/param.h> |
| 50 | #endif /* MSDOS */ | 46 | #endif /* MSDOS */ |