Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5f027cea
Commit
5f027cea
authored
Apr 27, 1998
by
Eli Zaretskii
Browse files
nclude msdos.h after lisp.h.
parent
71f65669
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/callproc.c
src/callproc.c
+4
-1
No files found.
src/callproc.c
View file @
5f027cea
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment