diff options
Diffstat (limited to 'tls_config.c')
-rw-r--r-- | tls_config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tls_config.c b/tls_config.c index 15e218b..3efd0dd 100644 --- a/tls_config.c +++ b/tls_config.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls_config.c,v 1.65 2022/01/25 21:51:24 eric Exp $ */ +/* $OpenBSD: tls_config.c,v 1.66 2023/05/14 07:26:25 op Exp $ */ /* * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> * @@ -22,6 +22,7 @@ #include <fcntl.h> #include <pthread.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include <tls.h> |