diff options
Diffstat (limited to 'benchmarks/netperf/files/patch-netcpu_sysctl.c')
-rw-r--r-- | benchmarks/netperf/files/patch-netcpu_sysctl.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/netperf/files/patch-netcpu_sysctl.c b/benchmarks/netperf/files/patch-netcpu_sysctl.c new file mode 100644 index 000000000000..cf96284de13d --- /dev/null +++ b/benchmarks/netperf/files/patch-netcpu_sysctl.c @@ -0,0 +1,11 @@ +--- src/netcpu_sysctl.c.orig 2014-06-04 01:37:37.000000000 +0200 ++++ src/netcpu_sysctl.c 2015-10-19 16:05:51.583777000 +0200 +@@ -6,6 +6,8 @@ + #endif + + #include <stdio.h> ++#include <stdlib.h> ++#include <string.h> + #include <unistd.h> + + #if HAVE_INTTYPES_H |