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>
Diffstat (limited to '')
-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>
'> 2017-07-30Optimize builds for chrootJune McEnroe 2017-07-30Persist bright across color changesJune McEnroe 2017-07-30Add index.htmlJune McEnroe 2017-07-30Add snapshot.shJune McEnroe 2017-07-30Fix termcap patch for background colorsJune McEnroe 2017-07-30Update helpJune McEnroe 2017-07-30Fix help to track colorJune McEnroe 2017-07-30Support background colorsJune McEnroe 2017-07-30Track color only client-sideJune McEnroe 2017-07-30Add ostensible support for background colorsJune McEnroe 2017-07-30Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroe