From 35349a58df5b69446607fbd742a05f57f3515319 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 18 Mar 2006 15:42:57 +0000 Subject: r14542: Remove librpc, libndr and libnbt from includes.h (This used to be commit 51b4270513752d2eafbe77f9de598de16ef84a1f) --- source4/lib/com/dcom/dcom.h | 3 +++ source4/lib/com/tables.c | 1 + 2 files changed, 4 insertions(+) (limited to 'source4/lib/com') diff --git a/source4/lib/com/dcom/dcom.h b/source4/lib/com/dcom/dcom.h index 438bf8b9f7..65a4d0f6e9 100644 --- a/source4/lib/com/dcom/dcom.h +++ b/source4/lib/com/dcom/dcom.h @@ -21,6 +21,9 @@ #ifndef _DCOM_H /* _DCOM_H */ #define _DCOM_H +struct cli_credentials; +struct dcerpc_pipe; + #include "lib/com/com.h" #include "librpc/gen_ndr/orpc.h" #include "lib/com/dcom/proto.h" diff --git a/source4/lib/com/tables.c b/source4/lib/com/tables.c index 661f5d0b37..d9989ecdbe 100644 --- a/source4/lib/com/tables.c +++ b/source4/lib/com/tables.c @@ -21,6 +21,7 @@ #include "includes.h" #include "dlinklist.h" #include "lib/com/com.h" +#include "librpc/gen_ndr/ndr_misc.h" /* Specific implementation of one or more interfaces */ struct com_class -- cgit