<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/pipe.c.orig	2000-08-06 04:27:10.000000000 +0900
+++ src/pipe.c	2020-11-21 15:44:20.000000000 +0900
@@ -32,6 +32,8 @@
 
 
 #include &lt;stdio.h&gt;
+#include &lt;stdlib.h&gt;
+#include &lt;string.h&gt;
 #include &lt;unistd.h&gt;
 #include &lt;sys/types.h&gt;
 /* #include &lt;bstring.h&gt; */
</pre></body></html>