diff options
author | John Marino <marino@FreeBSD.org> | 2015-10-05 12:02:13 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-10-05 12:02:13 +0000 |
commit | be48ea66bb9b6ae06e008eec3800e062062447cd (patch) | |
tree | 861e6bd9b9676d190b9fe8394e6b51c3dbc5761e /ftp/multiget | |
parent | b62752ffb6dc211bb77456efc6368524771a2b23 (diff) |
ftp/multiget: Add headers to fix on modern gcc
Notes
Notes:
svn path=/head/; revision=398643
Diffstat (limited to 'ftp/multiget')
-rw-r--r-- | ftp/multiget/files/patch-common.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/multiget/files/patch-common.h b/ftp/multiget/files/patch-common.h new file mode 100644 index 000000000000..0a64d402c1b4 --- /dev/null +++ b/ftp/multiget/files/patch-common.h @@ -0,0 +1,11 @@ +--- common.h.orig 2015-10-04 16:03:02 UTC ++++ common.h +@@ -24,6 +24,8 @@ + #ifndef _COMMON_H + #define _COMMON_H + ++#include <cstring> ++#include <cstdlib> + #include <string> + #include <vector> + #include <list> |