From 98feefa7ab508748b180485d2b55a03ce4fff2ec Mon Sep 17 00:00:00 2001 From: Rainer Toebbicke Date: Thu, 15 Dec 2005 05:57:12 +0000 Subject: [PATCH] STABLE14-rx-osi_alloc-prototype-20051214 FIXES 24267 include rx.h in order to safely include rx_prototypes.h in order to obtain a prototype for osi_Alloc() in order to prevent pointer truncation on systems with 64-bit pointers and 32-bit int. (cherry picked from commit f75b0075a79807eaae4e071ea4d0f3bd60d7f547) --- src/rx/xdr_refernce.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rx/xdr_refernce.c b/src/rx/xdr_refernce.c index ea3e60d17..9145eb672 100644 --- a/src/rx/xdr_refernce.c +++ b/src/rx/xdr_refernce.c @@ -28,6 +28,7 @@ */ #include #include +#include "rx.h" RCSID ("$Header$"); -- 2.39.5