diff options
Diffstat (limited to 'www/gatling/files/patch-bench.c')
-rw-r--r-- | www/gatling/files/patch-bench.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/gatling/files/patch-bench.c b/www/gatling/files/patch-bench.c new file mode 100644 index 000000000000..e833944cc33c --- /dev/null +++ b/www/gatling/files/patch-bench.c @@ -0,0 +1,10 @@ +--- bench.c.orig 2009-04-10 18:15:06.000000000 +0200 ++++ bench.c 2009-04-10 18:15:19.000000000 +0200 +@@ -13,6 +13,7 @@ + #include <errno.h> + #include <buffer.h> + #include <fcntl.h> ++#include <string.h> + + void usage() { + die(0,"usage: bench [-n requests] [-c concurrency] [-t timeout] [-k] [-K count]\n" |