summaryrefslogtreecommitdiff
path: root/source3/librpc/ndr
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-09-07 21:30:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:51:17 -0500
commitc1e0e75dc812685ad4895963bcc4fd15c10624c5 (patch)
treecbf6c296f9615cee909a6be024e59870655c1acc /source3/librpc/ndr
parent368682954dee3442054d7a0b37730fa6ea50d601 (diff)
downloadsamba-c1e0e75dc812685ad4895963bcc4fd15c10624c5.tar.gz
samba-c1e0e75dc812685ad4895963bcc4fd15c10624c5.tar.bz2
samba-c1e0e75dc812685ad4895963bcc4fd15c10624c5.zip
r18237: include dcerpc.h here to fix compile of autogenerated unixinfo files
(This used to be commit 3757f249aa4427c031d0018a1a9244fb61357d94)
Diffstat (limited to 'source3/librpc/ndr')
-rw-r--r--source3/librpc/ndr/libndr.h2
1 files changed, 2 insertions, 0 deletions
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__ */