aboutsummaryrefslogtreecommitdiff
path: root/src/start-stop-daemon/start-stop-daemon.c
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2022-04-07 11:18:56 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2022-04-07 11:18:56 -0500
commit82e5478d0e115c409b47cd6532e1b21ab0134de7 (patch)
tree823e18ed06f0606ff4517db70375de528edf350a /src/start-stop-daemon/start-stop-daemon.c
parent391d12db48754861b5cecac92ee3321597ee02c1 (diff)
start-stop-daemon: remove rc-prefix from file names
Diffstat (limited to 'src/start-stop-daemon/start-stop-daemon.c')
-rw-r--r--src/start-stop-daemon/start-stop-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/start-stop-daemon/start-stop-daemon.c b/src/start-stop-daemon/start-stop-daemon.c
index 75b9a15c..9117f92f 100644
--- a/src/start-stop-daemon/start-stop-daemon.c
+++ b/src/start-stop-daemon/start-stop-daemon.c
@@ -71,7 +71,7 @@ static struct pam_conv conv = { NULL, NULL};
#include "queue.h"
#include "rc.h"
#include "misc.h"
-#include "rc-pipes.h"
+#include "pipes.h"
#include "schedules.h"
#include "_usage.h"
#include "helpers.h"