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
257 B
C++
12 lines
257 B
C++
--- modules/shellemu-winnt/VFSDir.cpp.orig
|
|
+++ modules/shellemu-winnt/VFSDir.cpp
|
|
@@ -28,6 +28,8 @@
|
|
/* $Id: VFSDir.cpp 1947 2005-09-08 17:30:06Z common $ */
|
|
|
|
|
|
+#include <cstring>
|
|
+
|
|
#include "VFSDir.hpp"
|
|
#include "VFSFile.hpp"
|
|
#include "LogManager.hpp"
|