1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/news/nget/files/patch-dupe_file.cc
Pav Lucistnik c215e4f94b - Fix build with gcc42
- Backport bugfixes from vendor CVS

Submitted by:	Jeff Burchell <toxic@doobie.com>
2008-08-16 09:22:41 +00:00

11 lines
293 B
C++

--- dupe_file.cc 2004-05-29 16:00:05.000000000 -0700
+++ dupe_file.cc 2008-03-02 23:03:01.000000000 -0800
@@ -25,6 +25,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include <errno.h>
+#include <string.h>
void dupe_file_checker::add(const char *filename, ulong size){
file_match *fm;