From 640666fb36d7465b188f9d0bedc83ad60b83a1d7 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 17 Mar 2017 14:55:33 +0000 Subject: Fix some warnings. --- compat/forkpty-sunos.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compat/forkpty-sunos.c') 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) { -- cgit