OS X: Include rpc/types.h

Signed-off-by: Noah Williamsson <noah.williamsson@gmail.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>

BUG: 361 (GlusterFS 3.0 should work on Mac OS/X)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=361
This commit is contained in:
noah williamsson 2010-09-27 07:47:10 +00:00 committed by Anand V. Avati
parent d6a34a08d5
commit 7ca61c1082

View File

@ -23,6 +23,7 @@
#include <sys/uio.h>
//#include <rpc/rpc.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#define xdr_decoded_remaining_addr(xdr) ((&xdr)->x_private)