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