From ecbc2cdd7a2b742515046fa0cdbccec0f4be9a2a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 2 Nov 2007 13:48:11 +0100 Subject: r25806: let libndr.h include needed stuff and remove pidl magic for choosing common required headers metze (This used to be commit c97fe5b54c0da68c7e71ea79678fa6348ecdaab9) --- source4/librpc/ndr/libndr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index 84a2bd52e3..2e7598c807 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -286,8 +286,8 @@ typedef NTSTATUS (*ndr_pull_flags_fn_t)(struct ndr_pull *, int ndr_flags, void * typedef void (*ndr_print_fn_t)(struct ndr_print *, const char *, const void *); typedef void (*ndr_print_function_t)(struct ndr_print *, const char *, int, const void *); -#include "librpc/gen_ndr/misc.h" -#include "libcli/util/werror.h" +#include "libcli/util/error.h" +#include "librpc/gen_ndr/ndr_misc.h" #include "librpc/ndr/libndr_proto.h" extern const struct ndr_syntax_id ndr_transfer_syntax; -- cgit