From f75b0075a79807eaae4e071ea4d0f3bd60d7f547 Mon Sep 17 00:00:00 2001 From: Rainer Toebbicke Date: Thu, 15 Dec 2005 05:55:10 +0000 Subject: [PATCH] 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. --- 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 ea3e60d17f..9145eb6723 100644 --- a/src/rx/xdr_refernce.c +++ b/src/rx/xdr_refernce.c @@ -28,6 +28,7 @@ */ #include #include +#include "rx.h" RCSID ("$Header$");