aboutsummaryrefslogtreecommitdiff
path: root/src/rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc')
-rw-r--r--src/rc/rc-pipes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-pipes.c b/src/rc/rc-pipes.c
index 55f3ff8d..2d7b623e 100644
--- a/src/rc/rc-pipes.c
+++ b/src/rc/rc-pipes.c
@@ -19,7 +19,7 @@
#include <unistd.h>
#include <sys/types.h>
-#include "rc-pipe-command.h"
+#include "rc-pipes.h"
static const int pipe_read_end = 0;
static const int pipe_write_end = 1;