From 3e314e863cb70f8594b0c9b79d14edb3a929d708 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 26 Sep 2009 01:15:48 +0200 Subject: More include file splitting --- libssh/agent.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libssh/agent.c') diff --git a/libssh/agent.c b/libssh/agent.c index 1f425b63..a4e0efbf 100644 --- a/libssh/agent.c +++ b/libssh/agent.c @@ -53,6 +53,7 @@ #include "libssh/socket.h" #include "libssh/buffer.h" #include "libssh/session.h" +#include "libssh/keys.h" /* macro to check for "agent failure" message */ #define agent_failed(x) \ -- cgit