freebsd-ports/www/gatling/files/patch-rellink.c
Dennis Herrmann 0dd5bacf80 - Update to 0.10
PR:		ports/135027
Submitted by:	Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
2009-05-28 17:21:46 +00:00

10 lines
346 B
C

--- 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" */