ftp/multiget: Add headers to fix on modern gcc
This commit is contained in:
parent
b62752ffb6
commit
be48ea66bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398643
1 changed files with 11 additions and 0 deletions
11
ftp/multiget/files/patch-common.h
Normal file
11
ftp/multiget/files/patch-common.h
Normal file
|
@ -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>
|
Loading…
Reference in a new issue