chiark / gitweb /
missing: define name_to_handle_at on our own if it is missing
[elogind.git] / src / readahead / readahead-collect.c
index 4fcf64c24d766833b70f01c1d7104d45079979c6..a3f7df5f6ae6ac91ffdc0a4e061890e429151c8e 100644 (file)
 #include <getopt.h>
 #include <sys/inotify.h>
 
+#ifdef HAVE_FANOTIFY_INIT
+#include <sys/fanotify.h>
+#endif
+
 #include <systemd/sd-daemon.h>
 
 #include "missing.h"