diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-30 23:18:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:06 -0500 |
commit | 046a54f96394fe49226ab2b48fdeb7c07937ea57 (patch) | |
tree | 248af554e418e3f676cfeb3f21419e9b0e86c01a /source4/lib/com | |
parent | 6ebe31dc1b26167a55b3dbe2eb229af3453c1479 (diff) | |
download | samba-046a54f96394fe49226ab2b48fdeb7c07937ea57.tar.gz samba-046a54f96394fe49226ab2b48fdeb7c07937ea57.tar.bz2 samba-046a54f96394fe49226ab2b48fdeb7c07937ea57.zip |
r12622: Move table.c prototypes to seperate header to prevent circular dependencies
with proto.h
(This used to be commit 9e0ba380374db028358158b9e4457dd930b5ab13)
Diffstat (limited to 'source4/lib/com')
-rw-r--r-- | source4/lib/com/dcom/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/com/dcom/main.c b/source4/lib/com/dcom/main.c index 9c18756da6..d69a8f6a32 100644 --- a/source4/lib/com/dcom/main.c +++ b/source4/lib/com/dcom/main.c @@ -24,6 +24,7 @@ #include "librpc/gen_ndr/ndr_remact.h" #include "librpc/gen_ndr/com_dcom.h" #include "lib/com/dcom/dcom.h" +#include "librpc/rpc/dcerpc_table.h" #define DCOM_NEGOTIATED_PROTOCOLS { EPM_PROTOCOL_TCP, EPM_PROTOCOL_SMB, EPM_PROTOCOL_NCALRPC } |