diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-09-27 16:49:26 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-09-27 16:49:26 +0200 |
commit | 43267812e17cc7749bb9275574af5eccc74129e5 (patch) | |
tree | 198e4393115e78e25099fd0d81eb97ce1079f575 | |
parent | c526a7789694b30b4266c61941686adbf37434a4 (diff) | |
download | samba-43267812e17cc7749bb9275574af5eccc74129e5.tar.gz samba-43267812e17cc7749bb9275574af5eccc74129e5.tar.bz2 samba-43267812e17cc7749bb9275574af5eccc74129e5.zip |
rpc_server: Fix warnings.
-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 5a1d7abab9..17c2a7db02 100644 --- a/source4/rpc_server/common/common.h +++ b/source4/rpc_server/common/common.h @@ -34,6 +34,8 @@ struct dcerpc_server_info { uint32_t version_build; }; +struct ndr_interface_table; +struct dcesrv_call_state; #include "rpc_server/common/proto.h" #endif /* _DCERPC_SERVER_COMMON_H_ */ |