Fix ESP IDF build broken by #124210
This commit is contained in:
parent
5b1d58c9e2
commit
fa6db4c428
1 changed files with 1 additions and 0 deletions
|
|
@ -893,6 +893,7 @@ impl Drop for Dir {
|
|||
target_os = "nto",
|
||||
target_os = "vita",
|
||||
target_os = "hurd",
|
||||
target_os = "espidf",
|
||||
)))]
|
||||
{
|
||||
let fd = unsafe { libc::dirfd(self.0) };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue