1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-12-29 09:28:07 +00:00

sprinkle some includes of sftp.h so cleanup_exit() is prototyped when needed

This commit is contained in:
Greg Alexander 2016-06-18 15:58:39 -04:00
parent 1e81227bd2
commit b67401eae7
4 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,7 @@
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
#include "includes.h"
#include "sftp.h"
#include <sys/types.h>

View File

@ -19,6 +19,7 @@
/* Emulation wrappers for legacy OpenSSH buffer API atop sshbuf */
#include "includes.h"
#include "sftp.h"
#include <sys/types.h>

View File

@ -25,6 +25,7 @@
*/
#include "includes.h"
#include "sftp.h"
#include <sys/types.h>
#include <sys/ioctl.h>

View File

@ -14,6 +14,7 @@
*/
#include "includes.h"
#include "sftp.h"
#include <sys/param.h>
#include <stdarg.h>