From 930426db02e493e259128a22aed6ba64d0bff786 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 22 Jul 2022 19:08:10 +0200 Subject: [PATCH] lib: On FreeBSD util_paths.c does not find struct stat Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Sun Jul 24 00:25:49 UTC 2022 on sn-devel-184 --- lib/util/util_paths.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util/util_paths.c b/lib/util/util_paths.c index 8ac85460fba..d162e0a8295 100644 --- a/lib/util/util_paths.c +++ b/lib/util/util_paths.c @@ -26,6 +26,7 @@ #include "dynconfig/dynconfig.h" #include "lib/util/util_paths.h" #include "system/passwd.h" +#include "system/filesys.h" /** * @brief Returns an absolute path to a file in the Samba modules directory. -- 2.47.3