mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
nclude msdos.h after lisp.h.
This commit is contained in:
parent
71f6566933
commit
5f027cead6
1 changed files with 4 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ extern char *strerror ();
|
|||
#endif
|
||||
|
||||
#ifdef MSDOS /* Demacs 1.1.1 91/10/16 HIRANO Satoshi */
|
||||
#include "msdos.h"
|
||||
#define INCLUDED_FCNTL
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
@ -78,6 +77,10 @@ extern char *strerror ();
|
|||
#include "syssignal.h"
|
||||
#include "systty.h"
|
||||
|
||||
#ifdef MSDOS
|
||||
#include "msdos.h"
|
||||
#endif
|
||||
|
||||
#ifdef VMS
|
||||
extern noshare char **environ;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue