diff options
author | Simo Sorce <simo@redhat.com> | 2013-02-28 19:58:44 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2013-03-14 13:42:50 -0400 |
commit | 472b7b49ed79f65f1e94c47bb58fb41f709eb287 (patch) | |
tree | 79f7d090c5dec799cf84c77479701e20bdbca8fe /proxy/rpcgen/gss_proxy_xdr.c | |
parent | daafe38cf4461fe38e7e1a16284dcca8d145b2ec (diff) | |
download | gss-proxy-472b7b49ed79f65f1e94c47bb58fb41f709eb287.tar.gz gss-proxy-472b7b49ed79f65f1e94c47bb58fb41f709eb287.tar.xz gss-proxy-472b7b49ed79f65f1e94c47bb58fb41f709eb287.zip |
Add custom implementation of xdr_uint64_t
This is needed because gssrpc doesn't have one.
Diffstat (limited to 'proxy/rpcgen/gss_proxy_xdr.c')
-rw-r--r-- | proxy/rpcgen/gss_proxy_xdr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/rpcgen/gss_proxy_xdr.c b/proxy/rpcgen/gss_proxy_xdr.c index 576b9c9..215761d 100644 --- a/proxy/rpcgen/gss_proxy_xdr.c +++ b/proxy/rpcgen/gss_proxy_xdr.c @@ -3,6 +3,7 @@ * It was generated using rpcgen. */ +#include "rpcgen/gp_xdr.h" #include "rpcgen/gss_proxy.h" bool_t |