The branch, master has been updated via a57c2b0 Fix public header not to include private (not installed) ones. from 72c1fe0 librpc/rpc: move DCERPC_ flags to rpc_common.h
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit a57c2b02f13569bce8e485c39924bce980a61403 Author: Simo Sorce <i...@samba.org> Date: Mon Mar 14 11:01:47 2011 -0400 Fix public header not to include private (not installed) ones. Autobuild-User: Simo Sorce <i...@samba.org> Autobuild-Date: Mon Mar 14 17:01:20 CET 2011 on sn-devel-104 ----------------------------------------------------------------------- Summary of changes: source4/auth/auth.h | 1 + source4/auth/session.h | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) Changeset truncated at 500 lines: diff --git a/source4/auth/auth.h b/source4/auth/auth.h index 0e0aa01..9eb3e7d 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 8ab6288..97a8aba 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" -- Samba Shared Repository