=================================================================== RCS file: /home/cvs/OpenXM_contrib2/fep/fep_main.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- OpenXM_contrib2/fep/fep_main.c 2011/06/16 08:17:15 1.8 +++ OpenXM_contrib2/fep/fep_main.c 2012/05/14 12:52:08 1.9 @@ -2,7 +2,7 @@ #ifndef lint static char rcsid[]= -"$Id: fep_main.c,v 1.8 2011/06/16 08:17:15 noro Exp $ (SRA)"; +"$Id: fep_main.c,v 1.9 2012/05/14 12:52:08 ohara Exp $ (SRA)"; #endif /* lint */ #include @@ -1075,6 +1075,7 @@ usageAndExit() */ void sigwinch(int dummy) { + char *itoa(int i); #ifdef TIOCGWINSZ /* 4.3BSD */ struct winsize win;