summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-04-02 15:02:29 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-05-06 10:07:38 +0200
commit6e0dee7845cea22f59bd353ef42b31cb67170030 (patch)
tree9786025ee42093c2fc5797798793d52083575957
parent9e99408dbaf5414a305f233b387fcce36c141ae0 (diff)
downloadlibssh-v0-6.tar.gz
libssh-v0-6.tar.xz
libssh-v0-6.zip
poll: Fix compilation with struct ssh_timestampv0-6
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit e0a73d3dbe909f8e2cb486ed344e5beb8148032e)
-rw-r--r--src/poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poll.c b/src/poll.c
index dfa687a9..05faba75 100644
--- a/src/poll.c
+++ b/src/poll.c
@@ -35,9 +35,9 @@
#include "libssh/poll.h"
#include "libssh/socket.h"
#include "libssh/session.h"
+#include "libssh/misc.h"
#ifdef WITH_SERVER
#include "libssh/server.h"
-#include "libssh/misc.h"
#endif