diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 15:35:21 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 15:35:21 +0200 |
commit | 44b728958ae9a48bb56591532e5db9867311c1b9 (patch) | |
tree | 291e18735b29c09e106c6916e92c26125654d68f /librpc/ndr/libndr.h | |
parent | 8a3bff343a21bc8b4c229bae5830db7462fea25f (diff) | |
download | samba-44b728958ae9a48bb56591532e5db9867311c1b9.tar.gz samba-44b728958ae9a48bb56591532e5db9867311c1b9.tar.xz samba-44b728958ae9a48bb56591532e5db9867311c1b9.zip |
Use common error definitions.
Diffstat (limited to 'librpc/ndr/libndr.h')
-rw-r--r-- | librpc/ndr/libndr.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h index 63b89e17f46..bedf41e965c 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; |