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 #include -#include "rc-pipe-command.h" +#include "rc-pipes.h" static const int pipe_read_end = 0; static const int pipe_write_end = 1;