mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 18:08:51 +00:00
pty.c needs compat.h.
This commit is contained in:
parent
a3d5bfcece
commit
c68ea386d1
2
pty.c
2
pty.c
@ -28,6 +28,8 @@
|
|||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
#include "compat.h"
|
||||||
|
|
||||||
int pty_open(int *);
|
int pty_open(int *);
|
||||||
pid_t pty_fork(int, int *, char *, size_t, struct winsize *);
|
pid_t pty_fork(int, int *, char *, size_t, struct winsize *);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user