diff options
-rw-r--r-- | source3/librpc/rpc/dcerpc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/rpc/dcerpc.h b/source3/librpc/rpc/dcerpc.h index ccd372eee5..0a6ddaca17 100644 --- a/source3/librpc/rpc/dcerpc.h +++ b/source3/librpc/rpc/dcerpc.h @@ -26,6 +26,8 @@ #ifndef _S3_DCERPC_H__ #define _S3_DCERPC_H__ +#include "librpc/gen_ndr/dcerpc.h" +#include "../librpc/ndr/libndr.h" #include "../librpc/rpc/rpc_common.h" #define SMB_RPC_INTERFACE_VERSION 1 |