diff options
Diffstat (limited to 'www/ffproxy/files/patch-dbs.h')
-rw-r--r-- | www/ffproxy/files/patch-dbs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/ffproxy/files/patch-dbs.h b/www/ffproxy/files/patch-dbs.h new file mode 100644 index 000000000000..d293090a53ff --- /dev/null +++ b/www/ffproxy/files/patch-dbs.h @@ -0,0 +1,7 @@ +--- dbs.h.orig Sun Jul 20 19:16:32 2003 ++++ dbs.h Sun Jul 20 19:16:48 2003 +@@ -1,3 +1,4 @@ ++#include <unistd.h> + #include <regex.h> + + extern regex_t *a_ip[]; |