diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-05 16:01:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-05 16:01:58 +0100 |
commit | 81527be142678057215665be66e4b3c8306a7ab3 (patch) | |
tree | a39e22ecc52afb01ed7c060a52d68185ee43051a /src/readahead/readahead-collect.c | |
parent | 67e5cc4f3ed41feaed399cfed77c6fbb41e14a8c (diff) |
build-sys: move public header files into a dir of their own
Diffstat (limited to 'src/readahead/readahead-collect.c')
-rw-r--r-- | src/readahead/readahead-collect.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/readahead/readahead-collect.c b/src/readahead/readahead-collect.c index eac11e7e5c..6bff32f4dd 100644 --- a/src/readahead/readahead-collect.c +++ b/src/readahead/readahead-collect.c @@ -43,10 +43,11 @@ #include <getopt.h> #include <sys/inotify.h> +#include <systemd/sd-daemon.h> + #include "missing.h" #include "util.h" #include "set.h" -#include "sd-daemon.h" #include "ioprio.h" #include "readahead-common.h" #include "virt.h" |