From 5f24a84298950d90a0bec6fcb7790178b1462bb5 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 29 Sep 2010 11:17:46 +0200 Subject: known_hosts: Added missing include. Thanks miloj ;) --- src/known_hosts.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/known_hosts.c b/src/known_hosts.c index a506584..aeb3f36 100644 --- a/src/known_hosts.c +++ b/src/known_hosts.c @@ -26,6 +26,7 @@ #include #include +#include #include "libssh/priv.h" #include "libssh/session.h" -- cgit