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

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

src/rx/xdr_array.c

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