]> git.eshelyaron.com Git - emacs.git/commitdiff
[MSDOS]: If DJGPP version 2, include fcntl.h and string.h.
authorRichard M. Stallman <rms@gnu.org>
Wed, 10 Apr 1996 04:10:47 +0000 (04:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 10 Apr 1996 04:10:47 +0000 (04:10 +0000)
src/fileio.c

index 3d0e30d1f4ebf180f87c0941837a3dc06b9d318b..388d602d87c5c1c89157207f18cee5e1d47e0fac 100644 (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>