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
5ab57b9f
Commit
5ab57b9f
authored
May 30, 1993
by
Richard M. Stallman
Browse files
[IRIX4]: Include unistd.h.
parent
2b80da0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/systty.h
src/systty.h
+5
-0
No files found.
src/systty.h
View file @
5ab57b9f
...
...
@@ -107,6 +107,11 @@ static struct sensemode {
#include <unistd.h>
#endif
/* AIX */
#ifdef IRIX4
/* Get _getpty prototype */
#include <unistd.h>
#endif
#ifdef SYSV_PTYS
#include <sys/types.h>
#include <sys/tty.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