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/spoolss.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/ndr/spoolss.c') diff --git a/source4/torture/ndr/spoolss.c b/source4/torture/ndr/spoolss.c index f785af6297..e67051b126 100644 --- a/source4/torture/ndr/spoolss.c +++ b/source4/torture/ndr/spoolss.c @@ -21,6 +21,7 @@ #include "includes.h" #include "torture/ndr/ndr.h" #include "librpc/gen_ndr/ndr_spoolss.h" +#include "torture/ndr/proto.h" static const uint8_t openprinterex_req_data[] = { 0xf0, 0xa8, 0x39, 0x00, 0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, -- cgit