input/file: add missing fcntl.h include for posix_fadvise()

This commit is contained in:
Max Kellermann 2015-03-03 21:17:47 +01:00
parent 1c90b0c19d
commit 9352e25392

View File

@ -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");