aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc/rc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/rc/rc.h')
-rw-r--r--src/cmd/rc/rc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/rc/rc.h b/src/cmd/rc/rc.h
index c81b6280..7df5fea0 100644
--- a/src/cmd/rc/rc.h
+++ b/src/cmd/rc/rc.h
@@ -26,6 +26,9 @@
#include "x.tab.h"
#endif
#endif
+
+#undef pipe /* so that /dev/fd works */
+
typedef struct tree tree;
typedef struct word word;
typedef struct io io;