diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-05-07 08:01:13 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:14 -0400 |
commit | bdab6b10d25f536fe25c09b3821376e278395abc (patch) | |
tree | fb2d3cf091627e0ff9c8b01718a2455b31131f01 /source3/smbd/reply.c | |
parent | 628f9bee05b96b806225f3494c05c3a86acb1a1f (diff) | |
download | samba-bdab6b10d25f536fe25c09b3821376e278395abc.tar.gz samba-bdab6b10d25f536fe25c09b3821376e278395abc.tar.xz samba-bdab6b10d25f536fe25c09b3821376e278395abc.zip |
s3-printing: Moved printing.c headers to include/printing.h.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r-- | source3/smbd/reply.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index dc7082964fc..3b9f6a76c5c 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 |