1
1

knownhosts: Fix windows build failure

Signed-off-by: Alberto Aguirre <albaguirre@gmail.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Alberto Aguirre 2018-06-22 09:19:28 -05:00 коммит произвёл Andreas Schneider
родитель e06ae8e096
Коммит b50fb638f7

Просмотреть файл

@ -28,8 +28,11 @@
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#ifndef _WIN32
#include <arpa/inet.h>
#include <netinet/in.h>
#endif
#include "libssh/priv.h"
#include "libssh/dh.h"