mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
improves arch availability, and reslist display can fall back to
textbrowser: ae8fd0902a/src/configure.ac (L419)
12 lines
454 B
Diff
12 lines
454 B
Diff
diff --git a/src/utils/fstreewalk.cpp b/src/utils/fstreewalk.cpp
|
|
index 939074b1..fc43edc3 100644
|
|
--- a/src/utils/fstreewalk.cpp
|
|
+++ b/src/utils/fstreewalk.cpp
|
|
@@ -44,6 +44,7 @@ const int FsTreeWalker::FtwTravMask = FtwTravNatural|
|
|
#ifndef _WIN32
|
|
// 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.
|
|
+#include <sys/stat.h>
|
|
class DirId {
|
|
public:
|
|
dev_t dev;
|