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
dca8521c
Commit
dca8521c
authored
Apr 29, 1995
by
Richard M. Stallman
Browse files
[HAVE_UNISTD_H]: Include unistd.h.
parent
4af9e0b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/sysdep.c
src/sysdep.c
+5
-0
No files found.
src/sysdep.c
View file @
dca8521c
...
...
@@ -75,6 +75,11 @@ extern int h_errno;
#include <sys/stat.h>
#include <errno.h>
/* Get _POSIX_VDISABLE, if it is available. */
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef MSDOS /* Demacs 1.1.2 91/10/20 Manabu Higashida, MW Aug 1993 */
#include <dos.h>
#include "dosfns.h"
...
...
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