mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
6a49fa15fa
PR: 193042 Submitted by: Ports Fury
12 lines
282 B
C++
12 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"
|