X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Freadahead%2Freadahead-common.c;h=81bb16c7a3c81319fe7f0735dee872de1967a68b;hb=8333c77edf8fd1654cd96f3f6ee0f078dd64b58b;hp=41aaff0a3d1532caf323f936bb9577e3a21df24b;hpb=f274ece0f76b5709408821e317e87aef76123db6;p=elogind.git diff --git a/src/readahead/readahead-common.c b/src/readahead/readahead-common.c index 41aaff0a3..81bb16c7a 100644 --- a/src/readahead/readahead-common.c +++ b/src/readahead/readahead-common.c @@ -33,6 +33,7 @@ #include "readahead-common.h" #include "util.h" #include "missing.h" +#include "fileio.h" int file_verify(int fd, const char *fn, off_t file_size_max, struct stat *st) { assert(fd >= 0);