diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-11-29 13:19:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-11-29 13:19:02 +0000 |
commit | 418a9deb23eca6fed25cc9feea476646a88a5184 (patch) | |
tree | c6d7b012fc58395b9b8dfc060fed48bb038e155c /src/tls/s6-tlsd.c | |
parent | 219ac5bb023ec98d8069a3e5764f14a556d67c0d (diff) | |
download | s6-networking-418a9deb23eca6fed25cc9feea476646a88a5184.tar.xz |
Prepare for 2.5.1.2
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/tls/s6-tlsd.c')
-rw-r--r-- | src/tls/s6-tlsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/s6-tlsd.c b/src/tls/s6-tlsd.c index b32bedd..49c38c1 100644 --- a/src/tls/s6-tlsd.c +++ b/src/tls/s6-tlsd.c @@ -6,7 +6,7 @@ #include <skalibs/gccattributes.h> #include <skalibs/types.h> #include <skalibs/sgetopt.h> -#include <skalibs/strerr2.h> +#include <skalibs/strerr.h> #include <skalibs/env.h> #include <skalibs/djbunix.h> |