diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-28 15:38:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:55 -0500 |
commit | 2cd5ca7d25f12aa9198bf8c2deb6aea282f573ee (patch) | |
tree | b543bae1f10adb60f8773ae444ab1f3973423239 /source4/ntvfs/common | |
parent | 451797744d8c2bd2c9521a2cdada3f6b8621e2dc (diff) | |
download | samba-2cd5ca7d25f12aa9198bf8c2deb6aea282f573ee.tar.gz samba-2cd5ca7d25f12aa9198bf8c2deb6aea282f573ee.tar.bz2 samba-2cd5ca7d25f12aa9198bf8c2deb6aea282f573ee.zip |
r12542: Move some more prototypes out to seperate headers
(This used to be commit 0aca5fd5130d980d07398f3291d294202aefe3c2)
Diffstat (limited to 'source4/ntvfs/common')
-rw-r--r-- | source4/ntvfs/common/sidmap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/ntvfs/common/sidmap.c b/source4/ntvfs/common/sidmap.c index f3ee938d84..1f19ba171d 100644 --- a/source4/ntvfs/common/sidmap.c +++ b/source4/ntvfs/common/sidmap.c @@ -25,6 +25,9 @@ #include "system/passwd.h" #include "librpc/gen_ndr/ndr_security.h" #include "ads.h" +#include "dsdb/samdb/samdb.h" +#include "auth/auth.h" +#include "libcli/ldap/ldap.h" /* these are used for the fallback local uid/gid to sid mapping |