<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- pipebench.c.orig	2003-04-21 02:49:58
+++ pipebench.c	2023-11-17 18:19:01
@@ -27,6 +27,8 @@
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  */
 #include &lt;stdio.h&gt;
+#include &lt;stdlib.h&gt;
+#include &lt;string.h&gt;
 #include &lt;unistd.h&gt;
 #include &lt;time.h&gt;
 #include &lt;signal.h&gt;
</pre></body></html>