From 7628fb2396f8c2bf68f0c693ec1619ca4b98d780 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 19 Mar 2011 00:43:58 +0100 Subject: source4/torture/ndr: Fix prototypes for all functions. --- source4/torture/ndr/ntlmssp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/ndr/ntlmssp.c') diff --git a/source4/torture/ndr/ntlmssp.c b/source4/torture/ndr/ntlmssp.c index b139fdf232..c49e5ea715 100644 --- a/source4/torture/ndr/ntlmssp.c +++ b/source4/torture/ndr/ntlmssp.c @@ -21,6 +21,7 @@ #include "includes.h" #include "torture/ndr/ndr.h" #include "librpc/gen_ndr/ndr_ntlmssp.h" +#include "torture/ndr/proto.h" static const uint8_t ntlmssp_NEGOTIATE_MESSAGE_data[] = { 0x4e, 0x54, 0x4c, 0x4d, 0x53, 0x53, 0x50, 0x00, 0x01, 0x00, 0x00, 0x00, -- cgit