We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b03ac commit ae2062bCopy full SHA for ae2062b
source/cppfs/source/linux/LocalFileWatcher.cpp
@@ -4,6 +4,7 @@
4
#include <unistd.h>
5
#include <limits.h>
6
#include <sys/inotify.h>
7
+#include <sys/select.h>
8
9
#include <cppfs/cppfs.h>
10
#include <cppfs/FilePath.h>
0 commit comments