s3:idmap_tdb2: fix build of tdb2
authorMichael Adam <obnox@samba.org>
Mon, 4 Apr 2011 09:46:31 +0000 (11:46 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 4 Apr 2011 13:57:34 +0000 (15:57 +0200)
The include of system/filesys.h was removed from includes.h. ...

source3/winbindd/idmap_tdb2.c

index 82121f8c0e0d17ca5b7f5c34bd6bda069381d60f..1a5a51a5b443c6f37327327e5d3c94f797ee27e6 100644 (file)
@@ -32,6 +32,7 @@
 */
 
 #include "includes.h"
+#include "system/filesys.h"
 #include "winbindd.h"
 #include "idmap.h"
 #include "idmap_rw.h"