diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-14 00:37:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:14 -0500 |
commit | 227a789351acd600d4cde15df9e6b3d106e862c1 (patch) | |
tree | 2592fd85c075057898ad92f7becb20483186a1a1 /source4/librpc/rpc | |
parent | 9865048bf41acff37d021a0773347d36bcac3798 (diff) | |
download | samba-227a789351acd600d4cde15df9e6b3d106e862c1.tar.gz samba-227a789351acd600d4cde15df9e6b3d106e862c1.tar.bz2 samba-227a789351acd600d4cde15df9e6b3d106e862c1.zip |
r14362: Only include ndr_compression.h when necessary.
(This used to be commit 4fced6dbbdc06233e5cf69f90c099fafee9baa34)
Diffstat (limited to 'source4/librpc/rpc')
-rw-r--r-- | source4/librpc/rpc/dcerpc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc.h b/source4/librpc/rpc/dcerpc.h index 7f44feb0d9..567246031a 100644 --- a/source4/librpc/rpc/dcerpc.h +++ b/source4/librpc/rpc/dcerpc.h @@ -24,6 +24,8 @@ #ifndef __DCERPC_H__ #define __DCERPC_H__ +#include "librpc/gen_ndr/dcerpc.h" + enum dcerpc_transport_t { NCACN_NP, NCACN_IP_TCP, NCACN_IP_UDP, NCACN_VNS_IPC, NCACN_VNS_SPP, NCACN_AT_DSP, NCADG_AT_DDP, NCALRPC, NCACN_UNIX_STREAM, NCADG_UNIX_DGRAM, |