diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-11-29 12:36:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-11-29 12:36:26 +0000 |
commit | c39dcd41e91806d3fec45f1110e12b7c3e52a6bf (patch) | |
tree | 7f6d3e3aab6adf1d41a28be20b4b19093b9ecf6a /src/caches/shibari.c | |
parent | ac76bcdbe32b21bdd87c97fd86a0f50d86941484 (diff) | |
download | s6-dns-c39dcd41e91806d3fec45f1110e12b7c3e52a6bf.tar.xz |
Adapt to skalibs-2.13.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/caches/shibari.c')
-rw-r--r-- | src/caches/shibari.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caches/shibari.c b/src/caches/shibari.c index 77334f6..b945fd4 100644 --- a/src/caches/shibari.c +++ b/src/caches/shibari.c @@ -1,7 +1,7 @@ /* ISC license. */ #include <skalibs/sgetopt.h> -#include <skalibs/strerr2.h> +#include <skalibs/strerr.h> #include <s6-dns/s6dns.h> |