diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-24 00:58:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:28 -0500 |
commit | c0ab8767118bc0e8a57bc1b31e37a261272fbc33 (patch) | |
tree | e8540742a6bc6112614233a4a11debbe6116869b /source4/lib/samba3/idmap.c | |
parent | cdb6d52372624b937db6b3d3cbc9353d4064af11 (diff) | |
download | samba-c0ab8767118bc0e8a57bc1b31e37a261272fbc33.tar.gz samba-c0ab8767118bc0e8a57bc1b31e37a261272fbc33.tar.bz2 samba-c0ab8767118bc0e8a57bc1b31e37a261272fbc33.zip |
r9555: More updates. Everything except for secrets.c compiles now..
(This used to be commit e59d6156b2d569ca788fe1824148f05f4a7a9918)
Diffstat (limited to 'source4/lib/samba3/idmap.c')
-rw-r--r-- | source4/lib/samba3/idmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/samba3/idmap.c b/source4/lib/samba3/idmap.c index c541c5bc92..64d6387ed4 100644 --- a/source4/lib/samba3/idmap.c +++ b/source4/lib/samba3/idmap.c @@ -25,7 +25,7 @@ #include "includes.h" #include "lib/tdb/include/tdbutil.h" -#include "lib/samba3/sam.h" +#include "lib/samba3/samba3.h" #include "system/filesys.h" /* High water mark keys */ |