aboutsummaryrefslogtreecommitdiffstats
path: root/x11/hyprlauncher/files/patch-src_config_ConfigManager.cpp
blob: 93daca55a1f491fa3af9fb82a1613b1285f6fbdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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()) {