From 4ac384dde6c8a7fe6f9433c6e0e15051287d11c8 Mon Sep 17 00:00:00 2001 From: Rainer Toebbicke Date: Thu, 15 Dec 2005 15:16:45 +0000 Subject: [PATCH] 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) --- 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 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$"); -- 2.39.5