diff options
author | marino <marino@FreeBSD.org> | 2015-10-05 20:02:13 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-10-05 20:02:13 +0800 |
commit | e1d9ced35d166c8c62f3ff68cb0e443e3539a32b (patch) | |
tree | 861e6bd9b9676d190b9fe8394e6b51c3dbc5761e /ftp | |
parent | 055bdf904dc8e9fedd8360a1a2239159527367a1 (diff) | |
download | freebsd-ports-gnome-e1d9ced35d166c8c62f3ff68cb0e443e3539a32b.tar.gz freebsd-ports-gnome-e1d9ced35d166c8c62f3ff68cb0e443e3539a32b.tar.zst freebsd-ports-gnome-e1d9ced35d166c8c62f3ff68cb0e443e3539a32b.zip |
ftp/multiget: Add headers to fix on modern gcc
Diffstat (limited to 'ftp')
-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> |