mirror of
http://galexander.org/git/simplesshd.git
synced 2024-12-28 17:08:08 +00:00
sprinkle some includes of sftp.h so cleanup_exit() is prototyped when needed
This commit is contained in:
parent
1e81227bd2
commit
b67401eae7
@ -18,6 +18,7 @@
|
||||
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
|
||||
|
||||
#include "includes.h"
|
||||
#include "sftp.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
|
||||
|
||||
#include "includes.h"
|
||||
#include "sftp.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "sftp.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
@ -14,6 +14,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "sftp.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <stdarg.h>
|
||||
|
Loading…
Reference in New Issue
Block a user