From f4e215eaddc2a31dde173a1bb11e6d4638cbea8f Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 31 Mar 2011 00:08:19 +0200 Subject: [PATCH] s3-idmap: fix the build of idmap_hash on FreeBSD. Guenther (cherry picked from commit e54f292a4f4e9ea9726479333883d63035efc8d4) --- source3/winbindd/idmap_hash/mapfile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/winbindd/idmap_hash/mapfile.c b/source3/winbindd/idmap_hash/mapfile.c index 199dded87f2..28280590934 100644 --- a/source3/winbindd/idmap_hash/mapfile.c +++ b/source3/winbindd/idmap_hash/mapfile.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "winbindd/winbindd.h" #include "idmap.h" #include "idmap_hash.h" -- 2.11.4.GIT