diff --git a/benchmarks/wrk/files/patch-src-stats.h b/benchmarks/wrk/files/patch-src-stats.h new file mode 100644 index 000000000000..57c543c609e8 --- /dev/null +++ b/benchmarks/wrk/files/patch-src-stats.h @@ -0,0 +1,14 @@ +--- src/stats.h.orig 2015-05-25 02:43:07.925981000 +0300 ++++ src/stats.h 2015-05-25 02:43:18.075337000 +0300 +@@ -1,6 +1,11 @@ + #ifndef STATS_H + #define STATS_H + ++#if defined(__FreeBSD__) ++#include ++#include ++#endif /* defined(__FreeBSD__) */ ++ + #include + #include +