Fix public header not to include private (not installed) ones.
authorSimo Sorce <idra@samba.org>
Mon, 14 Mar 2011 15:01:47 +0000 (11:01 -0400)
committerSimo Sorce <idra@samba.org>
Mon, 14 Mar 2011 16:01:20 +0000 (17:01 +0100)
Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Mon Mar 14 17:01:20 CET 2011 on sn-devel-104

source4/auth/auth.h
source4/auth/session.h

index 0e0aa01f4dbcc7e07a2e0766610a9a6b2b0048d9..9eb3e7db6febfc0e645710f8386f6ae2d2f24e0d 100644 (file)
@@ -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;
index 8ab6288d64203d7133d3b43cc61499b560afd936..97a8aba0f141c470f6239163e26be34e5b074d69 100644 (file)
@@ -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"