diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-28 00:27:28 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-07-28 00:27:28 +0000 |
commit | c53bbebd66ca1316c771d3930054f4d564371db0 (patch) | |
tree | 9a519498928ea316995efc225252bbbac08dc474 /source/librpc/rpc/dcerpc_util.c | |
parent | be123b1a09c35453598e5ef9281b7fd91ad31897 (diff) | |
download | samba-c53bbebd66ca1316c771d3930054f4d564371db0.tar.gz samba-c53bbebd66ca1316c771d3930054f4d564371db0.tar.xz samba-c53bbebd66ca1316c771d3930054f4d564371db0.zip |
r8811: Fix the build..
Diffstat (limited to 'source/librpc/rpc/dcerpc_util.c')
-rw-r--r-- | source/librpc/rpc/dcerpc_util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/librpc/rpc/dcerpc_util.c b/source/librpc/rpc/dcerpc_util.c index bc771c73f8d..efcd36f24b6 100644 --- a/source/librpc/rpc/dcerpc_util.c +++ b/source/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 |