aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2016-11-06 11:52:12 +0100
committerAndreas Schneider <asn@cryptomilk.org>2016-11-06 11:52:12 +0100
commit528b9c5323c61e65877c5fa0dd0f5444edccc981 (patch)
tree978e1a64765f31bb5bb1a7bb365449dab0b060bb /include
parentfab85b495e1bb023017b8da916d679e52f39c3f4 (diff)
downloadlibssh-528b9c5323c61e65877c5fa0dd0f5444edccc981.tar.gz
libssh-528b9c5323c61e65877c5fa0dd0f5444edccc981.tar.xz
libssh-528b9c5323c61e65877c5fa0dd0f5444edccc981.zip
cmake: Correctly check for sys/[u]time.h
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include')
-rw-r--r--include/libssh/priv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index da07d93a..2e41225f 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -185,10 +185,6 @@ int gettimeofday(struct timeval *__p, void *__t);
# define LIBSSH_MEM_PROTECTION
#endif
-#ifdef HAVE_SYS_TIME_H
-#include <sys/time.h>
-#endif
-
/* forward declarations */
struct ssh_common_struct;
struct ssh_kex_struct;