diff options
Diffstat (limited to 'src/readahead/readahead-collect.c')
-rw-r--r-- | src/readahead/readahead-collect.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/readahead/readahead-collect.c b/src/readahead/readahead-collect.c index 4fcf64c24d..a3f7df5f6a 100644 --- a/src/readahead/readahead-collect.c +++ b/src/readahead/readahead-collect.c @@ -43,6 +43,10 @@ #include <getopt.h> #include <sys/inotify.h> +#ifdef HAVE_FANOTIFY_INIT +#include <sys/fanotify.h> +#endif + #include <systemd/sd-daemon.h> #include "missing.h" |