mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-20 07:30:05 +01:00
internal: put Linux-only header behind ifdef (#12300)
This commit is contained in:
parent
64ee8f8a72
commit
55a93b8a52
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue