openbsd-ports/emulators/citra/patches/patch-src_tests_core_file_sys_path_parser_cpp
2022-03-11 18:59:33 +00:00

15 lines
390 B
Plaintext

fix include path
Index: src/tests/core/file_sys/path_parser.cpp
--- src/tests/core/file_sys/path_parser.cpp.orig
+++ src/tests/core/file_sys/path_parser.cpp
@@ -2,7 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include <catch.hpp>
+#include <catch2/catch.hpp>
#include "common/file_util.h"
#include "core/file_sys/path_parser.h"