]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Revert "lib:replace: Remove <sys/mount.h> from filesys.h"
authorAndreas Schneider <asn@samba.org>
Tue, 2 Aug 2022 05:55:11 +0000 (07:55 +0200)
committerRalph Boehme <slow@samba.org>
Tue, 2 Aug 2022 10:11:35 +0000 (10:11 +0000)
This reverts commit 7a6bd2279897ed389d10f09e5b315a7bca96e7d4.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15132

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/replace/system/filesys.h

index 190c6b90f933fcbe040f130441a23a70c60038f6..034e5d5886cb8e1300ad968337383348f5dde1cb 100644 (file)
 #include <sys/param.h>
 #endif
 
+#ifdef HAVE_SYS_MOUNT_H
+#include <sys/mount.h>
+#endif
+
 #ifdef HAVE_MNTENT_H
 #include <mntent.h>
 #endif