From bdab6b10d25f536fe25c09b3821376e278395abc Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 7 May 2010 08:01:13 -0400 Subject: s3-printing: Moved printing.c headers to include/printing.h. Signed-off-by: Jim McDonough --- source3/smbd/reply.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/reply.c') diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index dc7082964f..3b9f6a76c5 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -27,6 +27,7 @@ #include "includes.h" #include "printing.h" #include "smbd/globals.h" +#include "../librpc/gen_ndr/cli_spoolss.h" /**************************************************************************** Ensure we check the path in *exactly* the same way as W2K for a findfirst/findnext -- cgit