diff options
Diffstat (limited to 'source4/rpc_server/common/common.h')
-rw-r--r-- | source4/rpc_server/common/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/rpc_server/common/common.h b/source4/rpc_server/common/common.h index 3f3275b388..240ef29426 100644 --- a/source4/rpc_server/common/common.h +++ b/source4/rpc_server/common/common.h @@ -24,10 +24,12 @@ #define _DCERPC_SERVER_COMMON_H_ struct share_config; +struct dcesrv_connection; struct dcesrv_context; struct dcesrv_context; struct dcesrv_call_state; struct ndr_interface_table; +struct ncacn_packet; struct dcerpc_server_info { const char *domain_name; |