diff options
author | Michael Adam <obnox@samba.org> | 2011-04-04 11:46:31 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-04-04 15:57:34 +0200 |
commit | b7e330a2b325463e49abceb8f3e8d792248179ed (patch) | |
tree | 024b677bdcc885acb9ad2b40d5bedd04cd0cefc5 | |
parent | a3ef974d30fd1adcf1a25940c2a2fa7e03fad6a0 (diff) | |
download | samba-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. ...
-rw-r--r-- | source3/winbindd/idmap_tdb2.c | 1 |
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" |