summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-27 23:58:22 -0400
committerJune McEnroe <june@causal.agency>2020-07-30 19:02:32 -0400
commitfe7cec0c68de2af38d4c0d35fda288a8b3aeef2a (patch)
treebf8688f6eb644e6401b012535d5ed29633f0bc1e
parenttls: #include <string.h> (diff)
downloadlibretls-fe7cec0c68de2af38d4c0d35fda288a8b3aeef2a.tar.gz
libretls-fe7cec0c68de2af38d4c0d35fda288a8b3aeef2a.zip
tls_config: #include <string.h>
-rw-r--r--tls_config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tls_config.c b/tls_config.c
index ed47170..2f7a492 100644
--- a/tls_config.c
+++ b/tls_config.c
@@ -22,6 +22,7 @@
 #include <fcntl.h>
 #include <pthread.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 
 #include <tls.h>