summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tls_server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tls_server.c b/tls_server.c
index a709a2b..ca7c4c6 100644
--- a/tls_server.c
+++ b/tls_server.c
@@ -15,6 +15,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <string.h>
 #include <sys/socket.h>
 
 #include <arpa/inet.h>
on'> 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe