mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
11 lines
282 B
C++
11 lines
282 B
C++
--- modules/shellemu-winnt/VFSCommandCMD.cpp.orig
|
|
+++ modules/shellemu-winnt/VFSCommandCMD.cpp
|
|
@@ -27,6 +27,8 @@
|
|
|
|
/* $Id: VFSCommandCMD.cpp 1956 2005-09-10 15:32:08Z common $ */
|
|
|
|
+#include <cstring>
|
|
+
|
|
#include "VFSCommandCMD.hpp"
|
|
#include "VFSNode.hpp"
|
|
#include "VFSDir.hpp"
|