aboutsummaryrefslogtreecommitdiff
path: root/src/sftp.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/sftp.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/sftp.c')
-rw-r--r--src/sftp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sftp.c b/src/sftp.c
index 2abe2ed5..00b5b98f 100644
--- a/src/sftp.c
+++ b/src/sftp.c
@@ -32,9 +32,6 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdint.h>
-#ifdef HAVE_SYS_TIME_H
-#include <sys/time.h>
-#endif /* HAVE_SYS_TIME_H */
#include <sys/types.h>
#include <sys/stat.h>
#include <limits.h>