From: Rainer Toebbicke Date: Thu, 15 Dec 2005 15:16:45 +0000 (+0000) Subject: STABLE14-rx-osi_alloc-prototype-20051215 X-Git-Tag: openafs-stable-1_4_1-rc3~17 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4ac384dde6c8a7fe6f9433c6e0e15051287d11c8;p=packages%2Fo%2Fopenafs.git STABLE14-rx-osi_alloc-prototype-20051215 FIXES 24267 must provide prototype for osi_Alloc() on systems with 64-bit pointers and 32-bit int (cherry picked from commit d00359b24139753b8f6a62c6a9137c8f8ccd3b7e) --- diff --git a/src/rx/xdr_array.c b/src/rx/xdr_array.c index b1d67158d..0e0f2df76 100644 --- a/src/rx/xdr_array.c +++ b/src/rx/xdr_array.c @@ -28,6 +28,7 @@ */ #include #include +#include "rx.h" RCSID ("$Header$");