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

sigsegv_dump
Greg Alexander 8 years ago
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…
Cancel
Save