From d4501a9f06c807f87be04f128e535a74b370fdb4 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 14 Jun 2018 14:55:42 -0500 Subject: [PATCH] fix a typo --- src/rc/rc-pipes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;