*** SelFile.c.org	Sun Oct 15 23:57:38 1995
--- SelFile.c	Sun Oct 15 23:34:14 1995
***************
*** 41,52 ****
   *     Tokyo 102 Japan. TEL +81-3-234-2692
   */
  
  #include <stdio.h>
  #include <errno.h>
  /* BSD 4.3 errno.h does not declare errno */
  extern int errno;
  extern int sys_nerr;
! extern char *sys_errlist[];
  
  #include <sys/param.h>
  #include <X11/cursorfont.h>
--- 41,59 ----
   *     Tokyo 102 Japan. TEL +81-3-234-2692
   */
  
+ #ifdef _HAVE_PARAM_H
+ #include <sys/param.h>
+ #endif
+ 
  #include <stdio.h>
  #include <errno.h>
  /* BSD 4.3 errno.h does not declare errno */
  extern int errno;
  extern int sys_nerr;
! #if (defined(BSD) && (BSD >= 199306))
! #else
! extern char *sys_errlist[]; 
! #endif
  
  #include <sys/param.h>
  #include <X11/cursorfont.h>
