From d00359b24139753b8f6a62c6a9137c8f8ccd3b7e Mon Sep 17 00:00:00 2001 From: Rainer Toebbicke Date: Thu, 15 Dec 2005 15:15:30 +0000 Subject: [PATCH] rx-osi_alloc-prototype-20051215 FIXES 24267 must provide prototype for osi_Alloc() on systems with 64-bit pointers and 32-bit int --- src/rx/xdr_array.c | 1 + 1 file changed, 1 insertion(+) 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$"); -- 2.39.5