diff options
Diffstat (limited to 'x11/hyprlauncher/files')
| -rw-r--r-- | x11/hyprlauncher/files/patch-src_config_ConfigManager.cpp | 11 | ||||
| -rw-r--r-- | x11/hyprlauncher/files/patch-src_finders_desktop_DesktopFinder.cpp | 10 |
2 files changed, 21 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()) { diff --git a/x11/hyprlauncher/files/patch-src_finders_desktop_DesktopFinder.cpp b/x11/hyprlauncher/files/patch-src_finders_desktop_DesktopFinder.cpp new file mode 100644 index 000000000000..e5ef33e3fb72 --- /dev/null +++ b/x11/hyprlauncher/files/patch-src_finders_desktop_DesktopFinder.cpp @@ -0,0 +1,10 @@ +--- src/finders/desktop/DesktopFinder.cpp.orig 2025-11-23 08:44:11 UTC ++++ src/finders/desktop/DesktopFinder.cpp +@@ -9,6 +9,7 @@ + #include <fstream> + #include <sys/inotify.h> + #include <sys/poll.h> ++#include <unistd.h> + + #include <hyprutils/string/String.hpp> + #include <hyprutils/os/Process.hpp> |
