diff options
Diffstat (limited to 'rpc/xdr/src/glusterd1-xdr.h')
-rw-r--r-- | rpc/xdr/src/glusterd1-xdr.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rpc/xdr/src/glusterd1-xdr.h b/rpc/xdr/src/glusterd1-xdr.h index 12c625b8d62..bf8761e83fa 100644 --- a/rpc/xdr/src/glusterd1-xdr.h +++ b/rpc/xdr/src/glusterd1-xdr.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com> + Copyright (c) 2007-2011 Gluster, Inc. <http://www.gluster.com> This file is part of GlusterFS. GlusterFS is free software; you can redistribute it and/or modify @@ -17,6 +17,7 @@ <http://www.gnu.org/licenses/>. */ +#include "xdr-common.h" /* * Please do not edit this file. @@ -252,4 +253,4 @@ extern bool_t xdr_gd1_mgmt_brick_op_rsp (); } #endif -#endif /* !_GLUSTERD1-XDR_H_RPCGEN */ +#endif /* !_GLUSTERD1_XDR_H_RPCGEN */ |