diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-09-02 13:57:42 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2021-09-02 13:57:42 +0000 |
commit | 7cadbf1cab5fa9bcbbf63274223d314294e33289 (patch) | |
tree | 9771bc15b5e31c29e6e7f99812d31f83dadc6be9 /src/libs6rc/s6rc_servicedir_unsupervise.c | |
parent | b811f0ec193c25fdb3574487defcfdc171ab29ac (diff) | |
download | s6-rc-7cadbf1cab5fa9bcbbf63274223d314294e33289.tar.xz |
Adapt to s6-2.11.0.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libs6rc/s6rc_servicedir_unsupervise.c')
-rw-r--r-- | src/libs6rc/s6rc_servicedir_unsupervise.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs6rc/s6rc_servicedir_unsupervise.c b/src/libs6rc/s6rc_servicedir_unsupervise.c index 44cc7b9..7fd20d7 100644 --- a/src/libs6rc/s6rc_servicedir_unsupervise.c +++ b/src/libs6rc/s6rc_servicedir_unsupervise.c @@ -2,7 +2,7 @@ #include <string.h> -#include <s6/s6-supervise.h> +#include <s6/supervise.h> #include <s6-rc/s6rc-servicedir.h> |