summaryrefslogtreecommitdiffstats
path: root/compat/forkpty-sunos.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-03-17 14:55:33 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-03-17 14:55:33 +0000
commit640666fb36d7465b188f9d0bedc83ad60b83a1d7 (patch)
tree7de61b3ea478290eb8c7a935e3b4ed9e575372bc /compat/forkpty-sunos.c
parent1ea19245b37cbaa869d8601f652c4055ad537f34 (diff)
Fix some warnings.
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)
{