]> git.tdb.fi Git - libs/core.git/blobdiff - source/fs/unix/filemonitor.cpp
Use integer types from <cstdint>
[libs/core.git] / source / fs / unix / filemonitor.cpp
index 68cd7aebda419752bfcab37f51f451421a185049..e2ca3b74ebcde44bcc85f562e67ea20d989074a4 100644 (file)
@@ -1,4 +1,5 @@
 #include <sys/inotify.h>
+#include <linux/limits.h>
 #include <msp/core/systemerror.h>
 #include <msp/io/handle_private.h>
 #include "filemonitor.h"