1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-19 07:03:12 +03:00

knownhosts: Fix windows build failure

Signed-off-by: Alberto Aguirre <albaguirre@gmail.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Alberto Aguirre
2018-06-22 09:19:28 -05:00
committed by Andreas Schneider
parent e06ae8e096
commit b50fb638f7

View File

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