Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Buckley <calvin@cmpct.info>2018-03-04 18:02:17 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-03-05 19:03:42 +0300
commit501b349dd8f6db919198d5c9acd35a470241d812 (patch)
treee1759e98de0677e11e4c87001d14e40cd5b9345d
parentb74818a35bf99096eea7ca97a72cd2d29dfb52de (diff)
Include <time.h> due to flawed system headers on SLES
-rw-r--r--crypto/bio/socket_helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bio/socket_helper.c b/crypto/bio/socket_helper.c
index 95007884..73b3c4fc 100644
--- a/crypto/bio/socket_helper.c
+++ b/crypto/bio/socket_helper.c
@@ -18,6 +18,7 @@
#include <openssl/bio.h>
#include <openssl/err.h>
+#include <time.h>
#include <fcntl.h>
#include <string.h>
#include <sys/types.h>