summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_tdb2.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-04-04 11:46:31 +0200
committerMichael Adam <obnox@samba.org>2011-04-04 15:57:34 +0200
commitb7e330a2b325463e49abceb8f3e8d792248179ed (patch)
tree024b677bdcc885acb9ad2b40d5bedd04cd0cefc5 /source3/winbindd/idmap_tdb2.c
parenta3ef974d30fd1adcf1a25940c2a2fa7e03fad6a0 (diff)
downloadsamba-b7e330a2b325463e49abceb8f3e8d792248179ed.tar.gz
samba-b7e330a2b325463e49abceb8f3e8d792248179ed.tar.bz2
samba-b7e330a2b325463e49abceb8f3e8d792248179ed.zip
s3:idmap_tdb2: fix build of tdb2
The include of system/filesys.h was removed from includes.h. ...
Diffstat (limited to 'source3/winbindd/idmap_tdb2.c')
-rw-r--r--source3/winbindd/idmap_tdb2.c1
1 files changed, 1 insertions, 0 deletions
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"