comparison src/callproc.c @ 7782:5fc8a3a9539a

[MSDOS]: #include "msdos.h" for rootrelativepath template.
author Karl Heuer <kwzh@gnu.org>
date Sat, 04 Jun 1994 00:15:17 +0000
parents e422f06592d3
children de1dfb8aea82
comparison
equal deleted inserted replaced
7781:22449aa6d5ae 7782:5fc8a3a9539a
40 #define INCLUDED_FCNTL 40 #define INCLUDED_FCNTL
41 #include <fcntl.h> 41 #include <fcntl.h>
42 #endif 42 #endif
43 43
44 #ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */ 44 #ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */
45 #include "msdos.h"
45 #define INCLUDED_FCNTL 46 #define INCLUDED_FCNTL
46 #include <fcntl.h> 47 #include <fcntl.h>
47 #include <sys/stat.h> 48 #include <sys/stat.h>
48 #include <sys/param.h> 49 #include <sys/param.h>
49 #include <errno.h> 50 #include <errno.h>