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
e62cab61
Commit
e62cab61
authored
Oct 30, 2002
by
Dave Love
Browse files
Include sys/wait.h.
[HAVE_PTY_H]; Include pty.h.
parent
e63304b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/process.c
src/process.c
+7
-0
No files found.
src/process.c
View file @
e62cab61
...
...
@@ -102,6 +102,10 @@ Boston, MA 02111-1307, USA. */
#ifdef IRIS
#include <sys/sysmacros.h> /* for "minor" */
#endif /* not IRIS */
#ifdef HAVE_SYS_WAIT
#include <sys/wait.h>
#endif
#include "systime.h"
#include "systty.h"
...
...
@@ -330,6 +334,9 @@ static int pty_max_bytes;
extern Lisp_Object Vfile_name_coding_system, Vdefault_file_name_coding_system;
#ifdef HAVE_PTYS
#ifdef HAVE_PTY_H
#include <pty.h>
#endif
/* The file name of the pty opened by allocate_pty. */
static char pty_name[24];
...
...
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