mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
13 lines
304 B
C++
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"
|