From b7e330a2b325463e49abceb8f3e8d792248179ed Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 4 Apr 2011 11:46:31 +0200 Subject: s3:idmap_tdb2: fix build of tdb2 The include of system/filesys.h was removed from includes.h. ... --- 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 82121f8c0e..1a5a51a5b4 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" -- cgit