1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net/nepenthes/files/patch-modules__shellemu-winnt__VFSCommandFTP.cpp
John Marino 6a49fa15fa Stage net/nepenthese and unbreak on FreeBSD 10+
PR:		193042
Submitted by:	Ports Fury
2014-08-30 20:50:54 +00:00

13 lines
298 B
C++

--- modules/shellemu-winnt/VFSCommandFTP.cpp.orig
+++ modules/shellemu-winnt/VFSCommandFTP.cpp
@@ -27,7 +27,8 @@
/* $Id: VFSCommandFTP.cpp 1410 2007-10-12 13:07:23Z common $ */
-#include <ctype.h>
+#include <cctype>
+#include <cstring>
#include "VFSCommandFTP.hpp"
#include "VFSNode.hpp"