aboutsummaryrefslogtreecommitdiff
path: root/src/poll.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-04-02 15:02:29 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-04-02 15:02:29 +0200
commite0a73d3dbe909f8e2cb486ed344e5beb8148032e (patch)
tree433948d2c429a976eb8137937672c4ffc65701d5 /src/poll.c
parentdbe7df7571525b2d1ab78c08d2e705c6974ff8b5 (diff)
downloadlibssh-e0a73d3dbe909f8e2cb486ed344e5beb8148032e.tar.gz
libssh-e0a73d3dbe909f8e2cb486ed344e5beb8148032e.tar.xz
libssh-e0a73d3dbe909f8e2cb486ed344e5beb8148032e.zip
poll: Fix compilation with struct ssh_timestamp
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src/poll.c')
-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