From 643b08dd25f9b1891b55d6653d0b04403d9b8ea0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Mar 2011 11:56:10 +0100 Subject: s3: include ../librpc/gen_ndr/lsa.h where needed. Guenther --- source3/lib/audit.c | 1 + source3/lib/winbind_util.h | 2 ++ 2 files changed, 3 insertions(+) (limited to 'source3/lib') diff --git a/source3/lib/audit.c b/source3/lib/audit.c index 0eb12a95e6..dd6e039e2d 100644 --- a/source3/lib/audit.c +++ b/source3/lib/audit.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "../librpc/gen_ndr/lsa.h" static const struct audit_category_tab { uint32 category; diff --git a/source3/lib/winbind_util.h b/source3/lib/winbind_util.h index 960bd4ee77..541bb95f17 100644 --- a/source3/lib/winbind_util.h +++ b/source3/lib/winbind_util.h @@ -21,6 +21,8 @@ #ifndef __LIB__WINBIND_UTIL_H__ #define __LIB__WINBIND_UTIL_H__ +#include "../librpc/gen_ndr/lsa.h" + /* needed for wbcErr below */ #include "nsswitch/libwbclient/wbclient.h" -- cgit