mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 06:57:59 +02:00
Closes: https://bugs.gentoo.org/894336 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/32643 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
12 lines
241 B
Diff
12 lines
241 B
Diff
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>
|