diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-28 00:27:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:07 -0500 |
commit | 6553dd0c60e922f42de347a02c8f792f087c393c (patch) | |
tree | 5720770a5fd98cf617c9f3963b57b18540a21067 /source4/librpc | |
parent | ebb76f84ad372a24c8ed21feb2b21da45be19f24 (diff) | |
download | samba-6553dd0c60e922f42de347a02c8f792f087c393c.tar.gz samba-6553dd0c60e922f42de347a02c8f792f087c393c.tar.bz2 samba-6553dd0c60e922f42de347a02c8f792f087c393c.zip |
r8811: Fix the build..
(This used to be commit fac77f5fa267da57a55e88cad8993897e80741a0)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/rpc/dcerpc.c | 1 | ||||
-rw-r--r-- | source4/librpc/rpc/dcerpc_util.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc.c b/source4/librpc/rpc/dcerpc.c index e60c21f8dc..3d0176845b 100644 --- a/source4/librpc/rpc/dcerpc.c +++ b/source4/librpc/rpc/dcerpc.c @@ -26,6 +26,7 @@ #include "lib/events/events.h" #include "librpc/gen_ndr/ndr_epmapper.h" #include "librpc/gen_ndr/ndr_dcerpc.h" +#include "librpc/gen_ndr/ndr_misc.h" static struct dcerpc_interface_list *dcerpc_pipes = NULL; diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c index bc771c73f8..efcd36f24b 100644 --- a/source4/librpc/rpc/dcerpc_util.c +++ b/source4/librpc/rpc/dcerpc_util.c @@ -25,6 +25,8 @@ #include "includes.h" #include "system/network.h" #include "librpc/gen_ndr/ndr_epmapper.h" +#include "librpc/gen_ndr/ndr_dcerpc.h" +#include "librpc/gen_ndr/ndr_misc.h" /* find the pipe name for a local IDL interface |