diff options
Diffstat (limited to 'www/gatling/files/patch-rellink.c')
-rw-r--r-- | www/gatling/files/patch-rellink.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/gatling/files/patch-rellink.c b/www/gatling/files/patch-rellink.c new file mode 100644 index 000000000000..8503f2edd933 --- /dev/null +++ b/www/gatling/files/patch-rellink.c @@ -0,0 +1,10 @@ +--- rellink.c.orig 2009-04-10 18:15:33.000000000 +0200 ++++ rellink.c 2009-04-10 18:15:46.000000000 +0200 +@@ -17,6 +17,7 @@ + #include <fcntl.h> + #include <sys/mman.h> + #include <utime.h> ++#include <string.h> + + static int canonicalize(stralloc* url,const char* baseurl) { + /* for the comments, assume baseurl is "http://www.fefe.de/x/y.html" */ |