From 44b728958ae9a48bb56591532e5db9867311c1b9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 23 Oct 2008 15:35:21 +0200 Subject: Use common error definitions. --- librpc/ndr/libndr.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'librpc/ndr') diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h index 63b89e17f4..bedf41e965 100644 --- a/librpc/ndr/libndr.h +++ b/librpc/ndr/libndr.h @@ -302,9 +302,7 @@ typedef enum ndr_err_code (*ndr_pull_flags_fn_t)(struct ndr_pull *, int ndr_flag 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 *); -#if _SAMBA_BUILD_ == 4 -#include "libcli/util/error.h" -#endif +#include "../libcli/util/error.h" #include "librpc/gen_ndr/misc.h" extern const struct ndr_syntax_id ndr_transfer_syntax; -- cgit