[MSDOS]: If DJGPP version 2, include fcntl.h and string.h.

This commit is contained in:
Richard M. Stallman 1996-04-10 04:10:47 +00:00
parent 79051982ae
commit 01369dc7b4

View file

@ -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>