mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
11 lines
257 B
C++
11 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"
|