From fd4831f1f088e1c00c2a037e200440e309014afd Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 10 Jan 2005 17:28:36 +0000 Subject: r4650: - make more use of bitmap and enum's - move some structs out of misc.idl metze (This used to be commit b6543a6e3057b5588ec50a2ebf6c7c932209efe6) --- source4/libcli/auth/ntlmssp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/libcli/auth/ntlmssp.h') diff --git a/source4/libcli/auth/ntlmssp.h b/source4/libcli/auth/ntlmssp.h index a6d1510450..e8a2356e2c 100644 --- a/source4/libcli/auth/ntlmssp.h +++ b/source4/libcli/auth/ntlmssp.h @@ -20,6 +20,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "librpc/gen_ndr/ndr_samr.h" + /* NTLMSSP mode */ enum ntlmssp_role { -- cgit