ports/ftp/multiget/files/patch-mgftpbase.cpp
Dmitry Marakasov 337ff753c6 - Add LICENSE
- Drop unneeded WX_UNICODE
- Simplify installation
- Regenerate patches with `make makepatch`
2016-08-17 11:46:12 +00:00

11 lines
237 B
C++

--- mgftpbase.cpp.orig 2016-08-15 13:26:19 UTC
+++ 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