*** leafnode.h.orig	Sun Feb  8 10:27:05 1998
--- leafnode.h	Sun Feb  8 10:28:18 1998
***************
*** 13,18 ****
--- 13,24 ----
  
  #include <errno.h>
  #include <sys/errno.h>
+ #include <sys/uio.h>
+ 
+ /* If we can't find it default to 16 */
+ #ifndef UIO_MAXIOV
+ #define UIO_MAXIOV 16
+ #endif
  
  /* uncomment this if you get errors 
  
