Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/ftp/multiget/files/patch-mgftpbase.cpp
16151 views
1
--- mgftpbase.cpp.orig 2016-08-15 13:26:19 UTC
2
+++ mgftpbase.cpp
3
@@ -22,6 +22,8 @@
4
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
5
*/
6
7
+#include <cstdlib>
8
+
9
#ifdef WIN32
10
#include <winsock2.h>
11
#endif
12
13