diff options
author | Simo Sorce <idra@samba.org> | 2011-03-14 11:01:47 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2011-03-14 17:01:20 +0100 |
commit | a57c2b02f13569bce8e485c39924bce980a61403 (patch) | |
tree | 3e87d4ca4f3a35abef67cd83bb76fa2b50283f03 /source4 | |
parent | 72c1fe00811d76c2adf486133df6ec738b5c703e (diff) | |
download | samba-a57c2b02f13569bce8e485c39924bce980a61403.tar.gz samba-a57c2b02f13569bce8e485c39924bce980a61403.tar.bz2 samba-a57c2b02f13569bce8e485c39924bce980a61403.zip |
Fix public header not to include private (not installed) ones.
Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Mon Mar 14 17:01:20 CET 2011 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/auth.h | 1 | ||||
-rw-r--r-- | source4/auth/session.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/auth/auth.h b/source4/auth/auth.h index 0e0aa01f4d..9eb3e7db6f 100644 --- a/source4/auth/auth.h +++ b/source4/auth/auth.h @@ -158,6 +158,7 @@ struct auth_critical_sizes { #include "auth/session.h" #include "auth/system_session_proto.h" +#include "libcli/security/security.h" struct ldb_message; struct ldb_context; diff --git a/source4/auth/session.h b/source4/auth/session.h index 8ab6288d64..97a8aba0f1 100644 --- a/source4/auth/session.h +++ b/source4/auth/session.h @@ -21,7 +21,7 @@ #ifndef _SAMBA_AUTH_SESSION_H #define _SAMBA_AUTH_SESSION_H -#include "libcli/security/security.h" +#include "librpc/gen_ndr/security.h" #include "librpc/gen_ndr/netlogon.h" #include "librpc/gen_ndr/auth.h" |