diff options
author | Michael Adam <obnox@samba.org> | 2007-10-05 12:41:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:46 -0500 |
commit | 20480a795306d1634db5c3cd5ce0ae6c8a13ba47 (patch) | |
tree | b33ec63f58d994f873cfa3c02d6a35682e7a8033 /source4/librpc/ndr | |
parent | 3b07f6aeb1a060efcf8218e76b8b84fb8850f337 (diff) | |
download | samba-20480a795306d1634db5c3cd5ce0ae6c8a13ba47.tar.gz samba-20480a795306d1634db5c3cd5ce0ae6c8a13ba47.tar.bz2 samba-20480a795306d1634db5c3cd5ce0ae6c8a13ba47.zip |
r25516: Sorry, I reverted too much of r25448 in r25515.
These two fixes should have remained! Thanks to
Metze for pointing this out.
Michael
(This used to be commit 294b2bf593445a79c500f02569f10ff72e1d6933)
Diffstat (limited to 'source4/librpc/ndr')
-rw-r--r-- | source4/librpc/ndr/libndr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index 5b9089fc6d..d110a25aeb 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -285,6 +285,7 @@ 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 "librpc/ndr/libndr_proto.h" extern const struct ndr_syntax_id ndr_transfer_syntax; |