aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/hyprtoolkit/files/patch-src_palette_ConfigManager.cpp
blob: e17c3beeec3fec3aa6ebfae582c8e0c3dec993a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/palette/ConfigManager.cpp.orig	2025-11-12 08:27:37 UTC
+++ src/palette/ConfigManager.cpp
@@ -4,6 +4,8 @@
 
 #include "../core/InternalBackend.hpp"
 
+#include <unistd.h>
+
 using namespace Hyprtoolkit;
 
 CConfigManager::CConfigManager() : m_inotifyFd(inotify_init()) {