mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-14 06:48:39 -04:00
refactor: fcntl.h is good enough
This commit is contained in:
parent
21348fffde
commit
1ea8dc749b
@ -33,6 +33,8 @@
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
#if __has_include(<boost/process/v2/environment.hpp>)
|
||||
#define BOOST_PROCESS_VERSION 2
|
||||
@ -46,7 +48,6 @@
|
||||
#include <fmt/format.h>
|
||||
|
||||
#include <folly/experimental/symbolizer/SignalHandler.h>
|
||||
#include <folly/portability/Fcntl.h>
|
||||
|
||||
#ifndef DWARFS_FUSE_LOWLEVEL
|
||||
#define DWARFS_FUSE_LOWLEVEL 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user