config/ConfigWatcher.cpp: add missing include needed for clang (#9166)
This commit is contained in:
parent
107723bdf4
commit
f3fc8d599a
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
#include "../debug/Log.hpp"
|
||||
#include <ranges>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
CConfigWatcher::CConfigWatcher() : m_inotifyFd(inotify_init()) {
|
||||
if (m_inotifyFd < 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue