diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-04-21 17:19:22 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-04-21 17:19:22 +0200 |
commit | 7a0a134e0cc0720402b2e07ee8bc9887ce8e8c5d (patch) | |
tree | 2e618782064d8f1adf56500a73aa79c2c9ce2742 /libcli | |
parent | 0bd8b7c5ff4d4d301297376dcabd0b8ca7d997c5 (diff) | |
download | samba-7a0a134e0cc0720402b2e07ee8bc9887ce8e8c5d.tar.gz samba-7a0a134e0cc0720402b2e07ee8bc9887ce8e8c5d.tar.xz samba-7a0a134e0cc0720402b2e07ee8bc9887ce8e8c5d.zip |
Fix includes for security_descriptor file for the non-merged build.
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/security/security_descriptor.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcli/security/security_descriptor.c b/libcli/security/security_descriptor.c index 8e9c7eb4a9b..59d82b821e2 100644 --- a/libcli/security/security_descriptor.c +++ b/libcli/security/security_descriptor.c @@ -20,7 +20,8 @@ */ #include "includes.h" -#include "libcli/security/security.h" +#include "libcli/security/security_descriptor.h" +#include "libcli/security/dom_sid.h" /* return a blank security descriptor (no owners, dacl or sacl) |