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

10 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;