Add missing include to fix musl compile, thanks to hello71
This commit is contained in:
parent
3df83ec982
commit
9437522d3c
@ -44,6 +44,7 @@ const int FsTreeWalker::FtwTravMask = FtwTravNatural|
|
|||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
// dev/ino means nothing on Windows. It seems that FileId could replace it
|
// dev/ino means nothing on Windows. It seems that FileId could replace it
|
||||||
// but we only use this for cycle detection which we just disable.
|
// but we only use this for cycle detection which we just disable.
|
||||||
|
#include <sys/stat.h>
|
||||||
class DirId {
|
class DirId {
|
||||||
public:
|
public:
|
||||||
dev_t dev;
|
dev_t dev;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user