mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 04:47:34 +00:00
[MSDOS]: If DJGPP version 2, include fcntl.h and string.h.
This commit is contained in:
parent
79051982ae
commit
01369dc7b4
1 changed files with 4 additions and 0 deletions
|
|
@ -44,6 +44,10 @@ Boston, MA 02111-1307, USA. */
|
|||
#ifdef MSDOS
|
||||
#include "msdos.h"
|
||||
#include <sys/param.h>
|
||||
#if __DJGPP__ >= 2
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue