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/nbt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/ndr/nbt.c') diff --git a/source4/torture/ndr/nbt.c b/source4/torture/ndr/nbt.c index 8955f4d7d9..323c92d761 100644 --- a/source4/torture/ndr/nbt.c +++ b/source4/torture/ndr/nbt.c @@ -21,6 +21,7 @@ #include "includes.h" #include "torture/ndr/ndr.h" #include "librpc/gen_ndr/ndr_nbt.h" +#include "torture/ndr/proto.h" static const uint8_t netlogon_logon_request_req_data[] = { 0x00, 0x00, 0x57, 0x49, 0x4e, 0x39, 0x38, 0x00, 0x47, 0x44, 0x00, 0x5c, -- cgit