We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57a26a commit 65a1841Copy full SHA for 65a1841
clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp
@@ -14,7 +14,6 @@
14
#include "llvm/Support/AlignOf.h"
15
#include "llvm/Support/Errno.h"
16
#include "llvm/Support/Error.h"
17
-#include "llvm/Support/MathExtras.h"
18
#include "llvm/Support/Path.h"
19
#include <atomic>
20
#include <condition_variable>
@@ -25,6 +24,7 @@
25
24
#include <vector>
26
27
#include <fcntl.h>
+#include <limits.h>
28
#include <optional>
29
#include <sys/epoll.h>
30
#include <sys/inotify.h>
0 commit comments