You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-benchmarks/pipebench/files/pipebench-0.40-fix-build-cl...

13 lines
241 B

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>