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/winbind_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/lib/winbind_util.h') 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