diff options
Diffstat (limited to 'rpc/xdr/src/mount3udp.x')
| -rw-r--r-- | rpc/xdr/src/mount3udp.x | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rpc/xdr/src/mount3udp.x b/rpc/xdr/src/mount3udp.x index 888c5312071..e8366df400c 100644 --- a/rpc/xdr/src/mount3udp.x +++ b/rpc/xdr/src/mount3udp.x @@ -8,10 +8,17 @@ cases as published by the Free Software Foundation. */ +#ifdef RPC_XDR +%#include "rpc-pragmas.h" +#endif +%#include <glusterfs/compat.h> + /* This is used by rpcgen to auto generate the rpc stubs. * mount3udp_svc.c is heavily modified though */ +%#include "xdr-nfs3.h" + const MNTUDPPATHLEN = 1024; typedef string mntudpdirpath<MNTPATHLEN>; |
