aboutsummaryrefslogtreecommitdiff
path: root/devel/hyprutils/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hyprutils/files')
-rw-r--r--devel/hyprutils/files/patch-src_memory_Memory.cpp17
-rw-r--r--devel/hyprutils/files/patch-tests_os_Process.cpp12
2 files changed, 12 insertions, 17 deletions
diff --git a/devel/hyprutils/files/patch-src_memory_Memory.cpp b/devel/hyprutils/files/patch-src_memory_Memory.cpp
deleted file mode 100644
index b31de03954a9..000000000000
--- a/devel/hyprutils/files/patch-src_memory_Memory.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/memory/Memory.cpp.orig 2025-11-12 06:55:16 UTC
-+++ src/memory/Memory.cpp
-@@ -1,6 +1,7 @@
- #include <hyprutils/memory/WeakPtr.hpp>
- #include <hyprutils/memory/Atomic.hpp>
- #include <hyprutils/memory/Casts.hpp>
-+#include <thread>
-
- using namespace Hyprutils::Memory;
-
-@@ -176,4 +177,4 @@ TEST(Memory, memory) {
- testAtomicImpl();
- }
-
--#endif
-\ No newline at end of file
-+#endif
diff --git a/devel/hyprutils/files/patch-tests_os_Process.cpp b/devel/hyprutils/files/patch-tests_os_Process.cpp
new file mode 100644
index 000000000000..802b1862220f
--- /dev/null
+++ b/devel/hyprutils/files/patch-tests_os_Process.cpp
@@ -0,0 +1,12 @@
+--- tests/os/Process.cpp.orig 2025-11-25 18:53:32 UTC
++++ tests/os/Process.cpp
+@@ -2,6 +2,9 @@
+
+ #include <gtest/gtest.h>
+
++#include <sys/types.h>
++#include <signal.h>
++
+ using namespace Hyprutils::OS;
+
+ TEST(OS, process) {