From f84ebc2e2770b16b43c62ecb67cf8d4bd1b99d72 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 23 Sep 2009 23:51:04 +0200 Subject: Moved lots of declaration out of priv.h --- libssh/poll.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libssh/poll.c') diff --git a/libssh/poll.c b/libssh/poll.c index ee45e5ed..023a4888 100644 --- a/libssh/poll.c +++ b/libssh/poll.c @@ -31,6 +31,7 @@ #include "config.h" #include "libssh/priv.h" #include "libssh/libssh.h" +#include "libssh/poll.h" #ifndef SSH_POLL_CTX_CHUNK #define SSH_POLL_CTX_CHUNK 5 -- cgit