aboutsummaryrefslogtreecommitdiff
path: root/devel/hyprutils/files/patch-tests_os_Process.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hyprutils/files/patch-tests_os_Process.cpp')
-rw-r--r--devel/hyprutils/files/patch-tests_os_Process.cpp12
1 files changed, 12 insertions, 0 deletions
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) {