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"
|
#include "ConfigWatcher.hpp"
|
||||||
|
#if defined(__linux__)
|
||||||
#include <linux/limits.h>
|
#include <linux/limits.h>
|
||||||
|
#endif
|
||||||
#include <sys/inotify.h>
|
#include <sys/inotify.h>
|
||||||
#include "../debug/Log.hpp"
|
#include "../debug/Log.hpp"
|
||||||
#include <ranges>
|
#include <ranges>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue