mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 18:00:35 +01:00
hopefully fix build error on windows
This commit is contained in:
parent
c42bf4b904
commit
82f04755bf
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ use crate::filter::OwnerFilter;
|
||||||
use crate::filter::{SizeFilter, TimeFilter};
|
use crate::filter::{SizeFilter, TimeFilter};
|
||||||
use crate::regex_helper::{pattern_has_uppercase_char, pattern_matches_strings_with_leading_dot};
|
use crate::regex_helper::{pattern_has_uppercase_char, pattern_matches_strings_with_leading_dot};
|
||||||
|
|
||||||
|
extern crate libc;
|
||||||
|
|
||||||
// We use jemalloc for performance reasons, see https://github.com/sharkdp/fd/pull/481
|
// We use jemalloc for performance reasons, see https://github.com/sharkdp/fd/pull/481
|
||||||
// FIXME: re-enable jemalloc on macOS, see comment in Cargo.toml file for more infos
|
// FIXME: re-enable jemalloc on macOS, see comment in Cargo.toml file for more infos
|
||||||
#[cfg(all(
|
#[cfg(all(
|
||||||
|
|
Loading…
Reference in a new issue