From a57c2b02f13569bce8e485c39924bce980a61403 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 14 Mar 2011 11:01:47 -0400 Subject: [PATCH] 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 --- source4/auth/auth.h | 1 + source4/auth/session.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" -- 2.34.1