diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-06-14 14:55:42 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-06-14 14:55:42 -0500 |
commit | d4501a9f06c807f87be04f128e535a74b370fdb4 (patch) | |
tree | 541060bd7c44813747fb39136a3683b993735c24 /src/rc | |
parent | ec8abea4605395a2a59b26906ce4677a578e3c60 (diff) |
fix a typo
Diffstat (limited to 'src/rc')
-rw-r--r-- | src/rc/rc-pipes.c | 2 |
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; |