diff options
Diffstat (limited to 'src/readahead')
-rw-r--r-- | src/readahead/readahead-collect.c | 2 | ||||
-rw-r--r-- | src/readahead/readahead-replay.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/readahead/readahead-collect.c b/src/readahead/readahead-collect.c index c1afd0d605..1592cc8678 100644 --- a/src/readahead/readahead-collect.c +++ b/src/readahead/readahead-collect.c @@ -52,7 +52,7 @@ #include <sys/fanotify.h> #endif -#include <systemd/sd-daemon.h> +#include "systemd/sd-daemon.h" #include "missing.h" #include "util.h" diff --git a/src/readahead/readahead-replay.c b/src/readahead/readahead-replay.c index f46dc3baeb..f81e0fe55d 100644 --- a/src/readahead/readahead-replay.c +++ b/src/readahead/readahead-replay.c @@ -35,7 +35,7 @@ #include <getopt.h> #include <sys/inotify.h> -#include <systemd/sd-daemon.h> +#include "systemd/sd-daemon.h" #include "missing.h" #include "util.h" |