diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-11-29 12:52:26 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-11-29 12:52:26 +0000 |
commit | 84f6ffe6af05b9bdd33066254dca57ef4582afe2 (patch) | |
tree | fa5bc7bffa65e90a30f95b30c621bf9630c7b47d /src/shutdown/s6-linux-init-hpr.c | |
parent | 38e3f100d4fe5e4f1095921da4dd4a303ab3ebd5 (diff) | |
download | s6-linux-init-84f6ffe6af05b9bdd33066254dca57ef4582afe2.tar.xz |
Prepare for 1.0.8.1
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/shutdown/s6-linux-init-hpr.c')
-rw-r--r-- | src/shutdown/s6-linux-init-hpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown/s6-linux-init-hpr.c b/src/shutdown/s6-linux-init-hpr.c index 7f3d457..d4fc6e8 100644 --- a/src/shutdown/s6-linux-init-hpr.c +++ b/src/shutdown/s6-linux-init-hpr.c @@ -8,7 +8,7 @@ #include <utmpx.h> #include <sys/reboot.h> -#include <skalibs/strerr2.h> +#include <skalibs/strerr.h> #include <skalibs/sgetopt.h> #include <skalibs/sig.h> #include <skalibs/tai.h> |