aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hyprutils/files/patch-tests_os_Process.cpp
blob: 802b1862220f81ca58a219a2b51628ab742e5c4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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) {