From a57c2b02f13569bce8e485c39924bce980a61403 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 14 Mar 2011 11:01:47 -0400 Subject: 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 + 1 file changed, 1 insertion(+) (limited to 'source4/auth/auth.h') 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; -- cgit