diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-09-02 13:53:57 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-09-02 13:53:57 +0000 |
commit | 6d578b26c53607f8b962089d0275ce0ee9e9c789 (patch) | |
tree | 30a16666fa7b4c5d6b55958ae780bb9c130c1f0f | |
parent | 94fe6d4e7f68c5741b9e74178009c082aa2586f0 (diff) | |
download | s6-linux-init-6d578b26c53607f8b962089d0275ce0ee9e9c789.tar.xz |
Adapt to s6-2.11.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | src/shutdown/s6-linux-init-shutdownd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shutdown/s6-linux-init-shutdownd.c b/src/shutdown/s6-linux-init-shutdownd.c index eea6da7..9e86ec6 100644 --- a/src/shutdown/s6-linux-init-shutdownd.c +++ b/src/shutdown/s6-linux-init-shutdownd.c @@ -28,7 +28,7 @@ #include <execline/config.h> #include <s6/config.h> -#include <s6/s6-supervise.h> +#include <s6/supervise.h> #include <s6-linux-init/config.h> #include "defaults.h" |