fix epty includes mkpty.h not _pty.h
This commit is contained in:
parent
3f9b404012
commit
8991d8ec04
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
#include "mkpty.h"
|
||||
#include "_pty.h"
|
||||
|
||||
#define PIPE_READ 0
|
||||
#define PIPE_WRITE 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue