ftp/multiget: Add headers to fix on modern gcc

This commit is contained in:
John Marino 2015-10-05 12:02:13 +00:00
parent b62752ffb6
commit be48ea66bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398643

View 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>