=================================================================== RCS file: /home/cvs/OpenXM_contrib2/fep/fep_com.c,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- OpenXM_contrib2/fep/fep_com.c 2002/09/03 00:41:44 1.1 +++ OpenXM_contrib2/fep/fep_com.c 2010/04/23 05:34:05 1.3 @@ -2,10 +2,12 @@ #ifndef lint static char rcsid[]= -"$Header: /home/cvs/OpenXM_contrib2/fep/fep_com.c,v 1.1 2002/09/03 00:41:44 noro Exp $ (SRA)"; +"$Header: /home/cvs/OpenXM_contrib2/fep/fep_com.c,v 1.3 2010/04/23 05:34:05 ohara Exp $ (SRA)"; #endif /* lint */ #include +#include +#include #include #ifdef TERMIOS #include @@ -22,6 +24,9 @@ static char rcsid[]= #include #include #include +#if defined(sun) +#include +#endif #include "fep_defs.h" #include "fep_glob.h" #include "fep_funcs.h"