Commit b6153d8b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix #includes to match optimistic use of fallocate on EXT4 on linux

parent d2c49b00
......@@ -42,8 +42,9 @@
#include <stdint.h>
#include <string.h>
#include <sys/statvfs.h>
#ifdef HAVE_FALLOCATE
#if defined(__linux__) && defined(HAVE_FALLOCATE)
# include <linux/magic.h>
# include <sys/vfs.h>
#endif
#include "vdef.h"
......
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