Date: Mon, 5 Oct 2015 12:02:14 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398643 - head/ftp/multiget/files Message-ID: <201510051202.t95C2E2s004681@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Oct 5 12:02:13 2015 New Revision: 398643 URL: https://svnweb.freebsd.org/changeset/ports/398643 Log: ftp/multiget: Add headers to fix on modern gcc Added: head/ftp/multiget/files/patch-common.h (contents, props changed) Added: head/ftp/multiget/files/patch-common.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ftp/multiget/files/patch-common.h Mon Oct 5 12:02:13 2015 (r398643) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510051202.t95C2E2s004681>