From: Andreas Schneider Date: Tue, 2 Aug 2022 05:55:11 +0000 (+0200) Subject: Revert "lib:replace: Remove from filesys.h" X-Git-Tag: samba-4.17.0rc1~154 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9459f85511a11d9a159fc8c7bb3c2d781555f87d;p=thirdparty%2Fsamba.git 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 --- 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