aboutsummaryrefslogtreecommitdiff
path: root/compat/forkpty-sunos.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/forkpty-sunos.c')
-rw-r--r--compat/forkpty-sunos.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/forkpty-sunos.c b/compat/forkpty-sunos.c
index 81109630..18bba3bc 100644
--- a/compat/forkpty-sunos.c
+++ b/compat/forkpty-sunos.c
@@ -26,6 +26,9 @@
#include "compat.h"
+void fatal(const char *, ...);
+void fatalx(const char *, ...);
+
pid_t
forkpty(int *master, char *name, struct termios *tio, struct winsize *ws)
{