From 5b45c32ab7c2c093360b8559b6622852d52f8660 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 16 Feb 2020 11:49:44 +0000 Subject: [PATCH] uxpty.c: add a missing include. This file exports several functions defined in sshserver.h, and the declarations weren't being type-checked against the definitions. (cherry picked from commit 37d91aabffc07c00b194623cb44010f4a95e9290) --- unix/uxpty.c | 1 + 1 file changed, 1 insertion(+) diff --git a/unix/uxpty.c b/unix/uxpty.c index 2533d958..2e1e12cb 100644 --- a/unix/uxpty.c +++ b/unix/uxpty.c @@ -25,6 +25,7 @@ #include "putty.h" #include "ssh.h" +#include "sshserver.h" /* to check the prototypes of server-needed things */ #include "tree234.h" #ifndef OMIT_UTMP