]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-rx-osi_alloc-prototype-20051215
authorRainer Toebbicke <rtb@pclella.cern.ch>
Thu, 15 Dec 2005 15:16:45 +0000 (15:16 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 15 Dec 2005 15:16:45 +0000 (15:16 +0000)
FIXES 24267

must provide prototype for osi_Alloc() on systems with 64-bit pointers
and 32-bit int

(cherry picked from commit d00359b24139753b8f6a62c6a9137c8f8ccd3b7e)

src/rx/xdr_array.c

index b1d67158dc8425f08dac068436b66a4120b59c74..0e0f2df7681468336c9e1efbc9db8bb7c8c338e5 100644 (file)
@@ -28,6 +28,7 @@
  */
 #include <afsconfig.h>
 #include <afs/param.h>
+#include "rx.h"
 
 RCSID
     ("$Header$");