From: Simo Sorce Date: Mon, 14 Mar 2011 15:01:47 +0000 (-0400) Subject: Fix public header not to include private (not installed) ones. X-Git-Tag: samba-3.6.0pre2~486 X-Git-Url: http://git.samba.org/samba.git/?p=samba.git;a=commitdiff_plain;h=a57c2b02f13569bce8e485c39924bce980a61403 Fix public header not to include private (not installed) ones. Autobuild-User: Simo Sorce Autobuild-Date: Mon Mar 14 17:01:20 CET 2011 on sn-devel-104 --- diff --git a/source4/auth/auth.h b/source4/auth/auth.h index 0e0aa01f4db..9eb3e7db6fe 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 8ab6288d642..97a8aba0f14 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"