From 9459f85511a11d9a159fc8c7bb3c2d781555f87d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 2 Aug 2022 07:55:11 +0200 Subject: [PATCH] Revert "lib:replace: Remove from filesys.h" This reverts commit 7a6bd2279897ed389d10f09e5b315a7bca96e7d4. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15132 Signed-off-by: Andreas Schneider Reviewed-by: Ralph Boehme --- lib/replace/system/filesys.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/replace/system/filesys.h b/lib/replace/system/filesys.h index 190c6b90f93..034e5d5886c 100644 --- a/lib/replace/system/filesys.h +++ b/lib/replace/system/filesys.h @@ -36,6 +36,10 @@ #include #endif +#ifdef HAVE_SYS_MOUNT_H +#include +#endif + #ifdef HAVE_MNTENT_H #include #endif -- 2.47.3