diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-12-30 20:34:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:47 -0500 |
commit | b5b1c52a9850de18e756cdd073cf5f44f26882fe (patch) | |
tree | 6f7ed6c7bd6617c454b8bc39dbc2c53c254000e2 /source4/ntvfs | |
parent | 25715e32f08d31516ecd41d99a3cf9ecbe7207f8 (diff) | |
download | samba-b5b1c52a9850de18e756cdd073cf5f44f26882fe.tar.gz samba-b5b1c52a9850de18e756cdd073cf5f44f26882fe.tar.bz2 samba-b5b1c52a9850de18e756cdd073cf5f44f26882fe.zip |
r4419: move security_token stuff to the libcli/security/
and debug privileges
metze
(This used to be commit c981808ed4cfa63c7ba7c4f9190b6b14f74bab40)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/unixuid/vfs_unixuid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/ntvfs/unixuid/vfs_unixuid.c b/source4/ntvfs/unixuid/vfs_unixuid.c index 1c4572969f..f29ed51a49 100644 --- a/source4/ntvfs/unixuid/vfs_unixuid.c +++ b/source4/ntvfs/unixuid/vfs_unixuid.c @@ -23,6 +23,7 @@ #include "includes.h" #include "auth/auth.h" +#include "libcli/security/security.h" #include "smb_server/smb_server.h" struct unixuid_private { |