pty.c needs compat.h.

This commit is contained in:
Nicholas Marriott 2017-01-24 13:34:08 +00:00
parent a3d5bfcece
commit c68ea386d1
1 changed files with 2 additions and 0 deletions

2
pty.c
View File

@ -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 *);