diff options
Diffstat (limited to 'compat/forkpty-aix.c')
-rw-r--r-- | compat/forkpty-aix.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/forkpty-aix.c b/compat/forkpty-aix.c index 193be5ee..31b084db 100644 --- a/compat/forkpty-aix.c +++ b/compat/forkpty-aix.c @@ -25,6 +25,9 @@ #include "compat.h" +void fatal(const char *, ...); +void fatalx(const char *, ...); + pid_t forkpty(int *master, unused char *name, struct termios *tio, struct winsize *ws) { |