1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 10:45:15 +03:00
aports/testing/recoll/fstreewalk.diff
Alex Xu (Hello71) e06de280ae testing/recoll: update, remove webkit (#12888)
improves arch availability, and reslist display can fall back to
textbrowser: ae8fd0902a/src/configure.ac (L419)
2021-08-03 09:46:07 +00:00

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;