From 84a8f0451d618ad05d451714f309ed3ab4acf57e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 3 Jun 2010 09:57:50 +0200 Subject: s3-build: only include generated spoolss headers (not ndr headers). Guenther --- source3/include/smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index ce8022ab21..d20a04ea97 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -201,6 +201,7 @@ typedef union unid_t { #include "librpc/gen_ndr/epmapper.h" #include "librpc/gen_ndr/krb5pac.h" #include "librpc/gen_ndr/dcerpc.h" +#include "librpc/gen_ndr/spoolss.h" struct lsa_dom_info { bool valid; -- cgit