ports/net/nepenthes/files/patch-modules__shellemu-winnt__VFS.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
304 B
C++

--- modules/shellemu-winnt/VFS.cpp.orig
+++ modules/shellemu-winnt/VFS.cpp
@@ -21,7 +21,9 @@
*******************************************************************************/
-#include <ctype.h>
+#include <cctype>
+#include <cstdio>
+#include <cstring>
#include "VFS.hpp"
#include "VFSNode.hpp"