1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-22 14:39:24 -05:00

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)
This commit is contained in:
Simon Tatham 2020-02-16 11:49:44 +00:00
parent 11d67b5a91
commit 5b45c32ab7

View File

@ -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