summaryrefslogtreecommitdiff
path: root/x11-wm/hyprland/files/patch-src_config_ConfigWatcher.cpp
blob: 3dc27808ece6a7bcf027ef8f2258d2094f23e2d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/config/ConfigWatcher.cpp.orig	2025-09-13 08:12:56 UTC
+++ src/config/ConfigWatcher.cpp
@@ -1,5 +1,7 @@
 #include "ConfigWatcher.hpp"
+#if defined(__linux__)
 #include <linux/limits.h>
+#endif
 #include <sys/inotify.h>
 #include "../debug/Log.hpp"
 #include <ranges>