aboutsummaryrefslogtreecommitdiff
path: root/src/supervise-daemon/supervise-daemon.c
diff options
context:
space:
mode:
authorLexxy Fox <lexxyfox@gmail.com>2023-09-26 13:30:14 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2023-10-03 16:43:39 -0500
commitcf9286d2d84f7aef237ec0d363c692ef5035aa85 (patch)
tree7827b9bf3f477c3de0d5f225acc0818d020f0c57 /src/supervise-daemon/supervise-daemon.c
parent9934e9f96ea91995dfab382bf05b47d43c1ac4f9 (diff)
Relocate pipes.c and pipes.h file to shared directory.
With the addition of logger process redirect in supervise-daemon, pipes.c and pipes.h are now included in both s-s-d and supervise-daemon. Thus it makes sense to move the source files to the src/shared dir.
Diffstat (limited to 'src/supervise-daemon/supervise-daemon.c')
-rw-r--r--src/supervise-daemon/supervise-daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervise-daemon/supervise-daemon.c b/src/supervise-daemon/supervise-daemon.c
index 4a0c1c49..adf35630 100644
--- a/src/supervise-daemon/supervise-daemon.c
+++ b/src/supervise-daemon/supervise-daemon.c
@@ -62,7 +62,7 @@ static struct pam_conv conv = { NULL, NULL};
#include "queue.h"
#include "rc.h"
#include "misc.h"
-#include "../start-stop-daemon/pipes.h"
+#include "pipes.h"
#include "plugin.h"
#include "schedules.h"
#include "_usage.h"