input/file: add missing fcntl.h include for posix_fadvise()
This commit is contained in:
parent
1c90b0c19d
commit
9352e25392
@ -27,7 +27,7 @@
|
||||
#include "system/FileDescriptor.hxx"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
static constexpr Domain file_domain("file");
|
||||
|
Loading…
Reference in New Issue
Block a user