mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-26 23:40:47 -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.
This commit is contained in:
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
#include "putty.h"
|
#include "putty.h"
|
||||||
#include "ssh.h"
|
#include "ssh.h"
|
||||||
|
#include "sshserver.h" /* to check the prototypes of server-needed things */
|
||||||
#include "tree234.h"
|
#include "tree234.h"
|
||||||
|
|
||||||
#ifndef OMIT_UTMP
|
#ifndef OMIT_UTMP
|
||||||
|
Reference in New Issue
Block a user