summaryrefslogtreecommitdiff
blob: 1cc891bd7f0833f59215185e80726559b87ac0e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Bug: https://bugs.gentoo.org/894336
--- a/pipebench.c
+++ b/pipebench.c
@@ -28,6 +28,8 @@
  */
 #include <stdio.h>
 #include <unistd.h>
+#include <stdlib.h>
+#include <string.h>
 #include <time.h>
 #include <signal.h>
 #include <sys/time.h>