From 5abee955c274a87967877af16f3d54e08d09e7a7 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 4 Apr 2011 11:46:31 +0200 Subject: [PATCH] s3:idmap_tdb2: fix build of tdb2 The include of system/filesys.h was removed from includes.h. ... (cherry picked from commit b7e330a2b325463e49abceb8f3e8d792248179ed) (cherry picked from commit 6e482682528445659d05574c2bd37b8730e35ce5) --- source3/winbindd/idmap_tdb2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c index 82121f8c0e0..1a5a51a5b44 100644 --- a/source3/winbindd/idmap_tdb2.c +++ b/source3/winbindd/idmap_tdb2.c @@ -32,6 +32,7 @@ */ #include "includes.h" +#include "system/filesys.h" #include "winbindd.h" #include "idmap.h" #include "idmap_rw.h" -- 2.11.4.GIT