summaryrefslogtreecommitdiffstats
path: root/compat/forkpty-hpux.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/forkpty-hpux.c')
-rw-r--r--compat/forkpty-hpux.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/forkpty-hpux.c b/compat/forkpty-hpux.c
index dd71bd6c..64494f65 100644
--- a/compat/forkpty-hpux.c
+++ b/compat/forkpty-hpux.c
@@ -24,6 +24,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)
{