diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-30 13:23:56 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-31 00:32:07 +0200 |
commit | 381423b1bdba4c7d1931b162d872134c42e432cf (patch) | |
tree | 4105e5635e42347c8065fd6f13d98f06d6e1e043 /source3/libsmb | |
parent | e5dd03d1991f125fa3cfddac9a41d2f9e6391c42 (diff) | |
download | samba-381423b1bdba4c7d1931b162d872134c42e432cf.tar.gz samba-381423b1bdba4c7d1931b162d872134c42e432cf.tar.xz samba-381423b1bdba4c7d1931b162d872134c42e432cf.zip |
libcli/security: move secdesc.c to the top level libcli/security
This code does not rely on lp_ or other source3 only functions, so can
be part of the common library.
Andrew Bartlett
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/clisecdesc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/clisecdesc.c b/source3/libsmb/clisecdesc.c index c998c70826..d703b1f774 100644 --- a/source3/libsmb/clisecdesc.c +++ b/source3/libsmb/clisecdesc.c @@ -19,6 +19,7 @@ #include "includes.h" #include "libsmb/libsmb.h" +#include "../libcli/security/secdesc.h" /**************************************************************************** query the security descriptor for a open file |