X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Freadahead%2Freadahead-common.c;h=81bb16c7a3c81319fe7f0735dee872de1967a68b;hb=d51539b182c0a8869e2063e82d04f8a5849bfbab;hp=41aaff0a3d1532caf323f936bb9577e3a21df24b;hpb=d7228cb8529de83115af04bf653b4d204dad8fae;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);