Commit 9352e253 authored by Max Kellermann's avatar Max Kellermann

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

parent 1c90b0c1
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment