mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-26 15:56:22 +08:00
small tweaks to build on Debian kFreeBSD
This commit is contained in:
@ -16,14 +16,14 @@
|
||||
|
||||
#include <fuse.h>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "config.hpp"
|
||||
#include "errno.hpp"
|
||||
#include "fs_path.hpp"
|
||||
#include "rv.hpp"
|
||||
#include "rwlock.hpp"
|
||||
|
Reference in New Issue
Block a user