From c1e0e75dc812685ad4895963bcc4fd15c10624c5 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 7 Sep 2006 21:30:27 +0000 Subject: r18237: include dcerpc.h here to fix compile of autogenerated unixinfo files (This used to be commit 3757f249aa4427c031d0018a1a9244fb61357d94) --- source3/librpc/ndr/libndr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/librpc/ndr') diff --git a/source3/librpc/ndr/libndr.h b/source3/librpc/ndr/libndr.h index 24a0c39b3d..7ea0acbdb5 100644 --- a/source3/librpc/ndr/libndr.h +++ b/source3/librpc/ndr/libndr.h @@ -293,4 +293,6 @@ typedef void (*ndr_print_function_t)(struct ndr_print *, const char *, int, cons extern const struct dcerpc_syntax_id ndr_transfer_syntax; extern const struct dcerpc_syntax_id ndr64_transfer_syntax; +#include "dcerpc.h" + #endif /* __LIBNDR_H__ */ -- cgit