From: Rainer Toebbicke Date: Thu, 15 Dec 2005 15:15:30 +0000 (+0000) Subject: rx-osi_alloc-prototype-20051215 X-Git-Tag: openafs-devel-1_5_0~154 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d00359b24139753b8f6a62c6a9137c8f8ccd3b7e;p=packages%2Fo%2Fopenafs.git rx-osi_alloc-prototype-20051215 FIXES 24267 must provide prototype for osi_Alloc() on systems with 64-bit pointers and 32-bit int --- diff --git a/src/rx/xdr_array.c b/src/rx/xdr_array.c index e43ef0c17..62fcfbac6 100644 --- a/src/rx/xdr_array.c +++ b/src/rx/xdr_array.c @@ -28,6 +28,7 @@ */ #include #include +#include "rx.h" RCSID ("$Header$");