opnsense-ports/sysutils/fusefs-securefs/files/patch-sources_commands.cpp
Franco Fichtner 35ec90a601 */*: sync with upstream
Taken from: HardenedBSD
2020-07-15 20:01:28 +02:00

11 lines
266 B
C++

--- sources/commands.cpp.orig 2020-06-29 17:57:42 UTC
+++ sources/commands.cpp
@@ -14,7 +14,7 @@
#include <fuse.h>
#include <json/json.h>
#include <tclap/CmdLine.h>
-#include <utf8proc/utf8proc.h>
+#include <utf8proc.h>
#include <algorithm>
#include <memory>