svn commit: r398643 - head/ftp/multiget/files

John Marino marino at FreeBSD.org
Mon Oct 5 12:02:14 UTC 2015


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>


More information about the svn-ports-head mailing list