remove include since we don't use struct iovec in this file
This commit is contained in:
parent
1ffa2cb519
commit
28b08e0b4d
@ -40,11 +40,6 @@
|
|||||||
#include "libssh2_priv.h"
|
#include "libssh2_priv.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
||||||
/* Needed for struct iovec on some platforms */
|
|
||||||
#ifdef HAVE_SYS_UIO_H
|
|
||||||
#include <sys/uio.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static void free_host(LIBSSH2_SESSION *session, struct known_host *entry)
|
static void free_host(LIBSSH2_SESSION *session, struct known_host *entry)
|
||||||
{
|
{
|
||||||
if(entry) {
|
if(entry) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user