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/proto.h | 2 -- source3/include/smb.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 5d8a99771f..590f3fb733 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2046,8 +2046,6 @@ ADS_STATUS ads_change_trust_account_password(ADS_STRUCT *ads, char *host_princip ADS_STATUS ads_guess_service_principal(ADS_STRUCT *ads, char **returned_principal); -#include "librpc/gen_ndr/ndr_spoolss.h" - /* The following definitions come from librpc/ndr/util.c */ enum ndr_err_code ndr_push_server_id(struct ndr_push *ndr, int ndr_flags, const struct server_id *r); 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