aboutsummaryrefslogtreecommitdiff
path: root/src/log.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-09-11 14:38:44 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-11 14:38:44 +0200
commita5d89624d54c8a9a0e465698b81b13190f67e150 (patch)
treeb2e96fe869988aef09ed95a47fa995857a976405 /src/log.c
parent04faa332596b6f37af7dfd68910aedb3dde86dfc (diff)
downloadlibssh-a5d89624d54c8a9a0e465698b81b13190f67e150.tar.gz
libssh-a5d89624d54c8a9a0e465698b81b13190f67e150.tar.xz
libssh-a5d89624d54c8a9a0e465698b81b13190f67e150.zip
log: Add missing include.
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log.c b/src/log.c
index dbbe8484..87a0fb85 100644
--- a/src/log.c
+++ b/src/log.c
@@ -25,6 +25,7 @@
#include <stdarg.h>
#include <string.h>
#include <sys/time.h>
+#include <time.h>
#include "libssh/priv.h"
#include "libssh/misc.h"