aboutsummaryrefslogtreecommitdiff
path: root/src/channels.c
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2021-05-12 11:15:27 +0200
committerJakub Jelen <jjelen@redhat.com>2021-05-12 16:01:15 +0200
commit605f7fb2de9d70aeac77d1b396af7b2c2d6645d9 (patch)
tree3da4e930bb38f189fddde9fb435e4a08c58d9cf1 /src/channels.c
parentba04f788f46135da74d764d57e03ebc96dab8cb9 (diff)
downloadlibssh-605f7fb2de9d70aeac77d1b396af7b2c2d6645d9.tar.gz
libssh-605f7fb2de9d70aeac77d1b396af7b2c2d6645d9.tar.xz
libssh-605f7fb2de9d70aeac77d1b396af7b2c2d6645d9.zip
Revert "Fix error: dereferencing pointer to incomplete type ‘struct timeval’"
because of inconsistent author and sign-off This reverts commit 8ea7fc6129fd41884788d0fc1f1759f3ec8c2cab. Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src/channels.c')
-rw-r--r--src/channels.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/channels.c b/src/channels.c
index b3a0d494..11a9413a 100644
--- a/src/channels.c
+++ b/src/channels.c
@@ -29,9 +29,6 @@
#include <errno.h>
#include <time.h>
#include <stdbool.h>
-#ifdef HAVE_SYS_TIME_H
-#include <sys/time.h>
-#endif /* HAVE_SYS_TIME_H */
#ifndef _WIN32
#include <netinet/in.h>