=================================================================== RCS file: /home/cvs/OpenXM_contrib2/fep/fep_edit.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib2/fep/fep_edit.c 2002/09/03 00:41:44 1.1 +++ OpenXM_contrib2/fep/fep_edit.c 2002/09/18 10:03:28 1.2 @@ -2,7 +2,7 @@ #ifndef lint static char rcsid[]= -"$Id: fep_edit.c,v 1.1 2002/09/03 00:41:44 noro Exp $ (SRA)"; +"$Id: fep_edit.c,v 1.2 2002/09/18 10:03:28 noro Exp $ (SRA)"; #endif /* lint */ #include @@ -24,6 +24,10 @@ static char rcsid[]= #if defined(__CYGWIN__) #include #define direct dirent +#elif defined(sun) +#include +#define direct dirent +#include #else #include #endif