1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/ftp/multiget/files/patch-mgftpbase.cpp
Pawel Pekala 87d3ab0421 - Fix build with clang
- Add desktop entry file
- Support staging

PR:		ports/184814
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 14:02:50 +00:00

12 lines
213 B
C++

--- mgftpbase.cpp.orig
+++ mgftpbase.cpp
@@ -22,6 +22,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <cstdlib>
+
#ifdef WIN32
#include <winsock2.h>
#endif