From 7878a53542d62a3b2413acc1a2ee5ce807b8dec7 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 29 Jan 2023 04:18:09 +0000 Subject: rc-service: missing includes from IWYU --- src/rc-service/rc-service.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/rc-service/rc-service.c b/src/rc-service/rc-service.c index 69acac19..3d2eb730 100644 --- a/src/rc-service/rc-service.c +++ b/src/rc-service/rc-service.c @@ -15,7 +15,9 @@ * except according to the terms contained in the LICENSE file. */ +#include #include +#include #include #include #include @@ -24,8 +26,8 @@ #include "einfo.h" #include "queue.h" #include "rc.h" -#include "misc.h" #include "_usage.h" +#include "helpers.h" const char *applet = NULL; const char *extraopts = NULL; -- cgit v1.2.3