diff options
| author | Richard M. Stallman | 1996-04-10 04:10:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-04-10 04:10:47 +0000 |
| commit | 01369dc7b431dad65549fab15cfb76fee0fec704 (patch) | |
| tree | 42aa23bf410aeb991399f897482b3286bcd60f7f /src/fileio.c | |
| parent | 79051982ae6792f60092a25b6a18e78e413cc90a (diff) | |
| download | emacs-01369dc7b431dad65549fab15cfb76fee0fec704.tar.gz emacs-01369dc7b431dad65549fab15cfb76fee0fec704.zip | |
[MSDOS]: If DJGPP version 2, include fcntl.h and string.h.
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fileio.c b/src/fileio.c index 3d0e30d1f4e..388d602d87c 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -44,6 +44,10 @@ Boston, MA 02111-1307, USA. */ | |||
| 44 | #ifdef MSDOS | 44 | #ifdef MSDOS |
| 45 | #include "msdos.h" | 45 | #include "msdos.h" |
| 46 | #include <sys/param.h> | 46 | #include <sys/param.h> |
| 47 | #if __DJGPP__ >= 2 | ||
| 48 | #include <fcntl.h> | ||
| 49 | #include <string.h> | ||
| 50 | #endif | ||
| 47 | #endif | 51 | #endif |
| 48 | 52 | ||
| 49 | #include <ctype.h> | 53 | #include <ctype.h> |