mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
87d3ab0421
- Add desktop entry file - Support staging PR: ports/184814 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
12 lines
213 B
C++
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
|