diff options
-rw-r--r-- | pty.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ #include <termios.h> #include <unistd.h> +#include "compat.h" + int pty_open(int *); pid_t pty_fork(int, int *, char *, size_t, struct winsize *); |
![]() |
index : rtmux.git | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | pty.c | 2 |
@@ -28,6 +28,8 @@ #include <termios.h> #include <unistd.h> +#include "compat.h" + int pty_open(int *); pid_t pty_fork(int, int *, char *, size_t, struct winsize *); |