aboutsummaryrefslogtreecommitdiff
path: root/x11/hyprlauncher/files/patch-src_config_ConfigManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11/hyprlauncher/files/patch-src_config_ConfigManager.cpp')
-rw-r--r--x11/hyprlauncher/files/patch-src_config_ConfigManager.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/hyprlauncher/files/patch-src_config_ConfigManager.cpp b/x11/hyprlauncher/files/patch-src_config_ConfigManager.cpp
new file mode 100644
index 000000000000..93daca55a1f4
--- /dev/null
+++ b/x11/hyprlauncher/files/patch-src_config_ConfigManager.cpp
@@ -0,0 +1,11 @@
+--- src/config/ConfigManager.cpp.orig 2025-11-23 08:42:40 UTC
++++ src/config/ConfigManager.cpp
+@@ -2,6 +2,8 @@
+
+ #include "../helpers/Log.hpp"
+
++#include <unistd.h>
++
+ #include <hyprutils/path/Path.hpp>
+
+ CConfigManager::CConfigManager() : m_inotifyFd(inotify_init()) {