Guard <sys/vfs.h> inclusion with an #ifdef.

This commit is contained in:
Gleb Popov 2022-08-21 22:42:57 +03:00
parent f9e7fd7c67
commit ad13681d33

View file

@ -30,7 +30,9 @@
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#ifdef HAVE_SYS_VFS_H
#include <sys/vfs.h>
#endif
#include "config.h"