*** prc/PRCdouble.h.orig	2011-06-19 10:41:11.000000000 -0500
--- prc/PRCdouble.h	2011-06-19 10:43:25.000000000 -0500
***************
*** 21,24 ****
--- 21,28 ----
  #endif   
  
+ #ifdef WORDS_BIGENDIAN
+ void *memrchr(const void *,int,size_t);
+ #endif
+ 
  // from Adobe's documentation
  

